beman::optional::optional::operator->

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;


» more... Returns a pointer to the stored value.
constexpr
T*
operator->();


» more...

Return Value

T*

Created with MrDocs