beman::optional::optional<T&>::operator->

Returns a pointer to the stored value.

Synopsis

Declared in <beman/optional/optional.hpp>
constexpr
T*
operator->() const noexcept;


Return Value

T*

Created with MrDocs