Returns an iterator to the beginning of the optional.
Synopsis
Declared in <beman/optional/optional.hpp>
constexpr
optional<T&>::iterator
begin() const noexcept;
Return Value
iterator
Created with MrDocs
Returns an iterator to the beginning of the optional.
Declared in <beman/optional/optional.hpp>
constexpr
optional<T&>::iterator
begin() const noexcept;
iterator
Created with MrDocs