|
PROJ C++ API
|
Loose transposition of std::optional available from C++17. More...
#include <util.hpp>
Public Member Functions | |
| const T * | operator-> () const |
| const T & | operator* () const |
| operator bool () const noexcept | |
| bool | has_value () const noexcept |
Loose transposition of std::optional available from C++17.
|
inlinenoexcept |
Return whether the optional has a value
|
inlineexplicitnoexcept |
Return whether the optional has a value
|
inline |
Returns a reference to the contained value.
|
inline |
Returns a pointer to the contained value.
1.8.11