Returns a const iterator to the beginning of the optional.

Synopsis

Declared in <beman/optional/optional.hpp>

constexpr
optional<T>::const_iterator
begin() const noexcept;

Return Value

const_iterator

Created with MrDocs