Returns a pointer to the contained value.
Declared in <beman/optional/optional.hpp>
Returns a pointer to the contained value.
constexpr
T const*
operator->() const;
» more...
Returns a pointer to the contained value.
constexpr
T*
operator->();
» more...
T*