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