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