beman::optional::optional::end

Returns a const iterator to the end of the optional.

Synopsis

Declared in <beman/optional/optional.hpp>
constexpr
optional<T>::const_iterator
end() const noexcept;


Return Value

const_iterator

Created with MrDocs