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

Returns a pointer to the contained value.

Synopsis

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

Description

Returns a pointer to the contained value

Return Value

a pointer to the contained value.

Created with MrDocs