Returns a reference to the stored value.
Synopsis
Declared in <beman/optional/optional.hpp>
constexpr
T&
operator*() &;
Description
Returns the stored value
Return Value
T&
Created with MrDocs
Returns a reference to the stored value.
Declared in <beman/optional/optional.hpp>
constexpr
T&
operator*() &;
Returns the stored value
T&
Created with MrDocs