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

Returns a pointer to the stored value.

Synopsis

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


Description

Returns a pointer to the stored value

Return Value

a pointer to the stored value.

Created with MrDocs