Returns a pointer to the contained value.
<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...