Returns a pointer to the contained value.

Synopses

Declared in <beman/optional/optional.hpp>

Returns a pointer to the contained value.

constexpr
T const*
operator‐>() const;

Returns a pointer to the contained value.

constexpr
T*
operator‐>();

Return Value

  • const T*

  • T*

Created with MrDocs