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