Daily bit(e) of C++ | Accessing content of std::optional
Daily bit(e) of C++ #110, Accessing the content of C++17 std::optional
The std::optional (C++17) offers several interfaces to access the contained value.
The choice depends on your coding style and your desired exception semantics.