Returns a pointer to the stored value.
Synopses
Declared in <beman/optional/optional.hpp>
Returns a pointer to the stored value.
constexpr
T const*
operator‐>() const;
Returns a pointer to the stored value.
constexpr
T*
operator‐>();
Return Value
T*
Created with MrDocs