begin
overloads
<beman/optional/optional.hpp>
constexpr
optional<T>::iterator
begin() noexcept;
» more...
Returns a const iterator to the beginning of the optional.
constexpr
optional<T>::const_iterator
begin() const noexcept;
» more...