beman::optional::optional::end

end overloads

Synopses

Declared in <beman/optional/optional.hpp>

Returns an iterator to the end of the optional.

constexpr
optional<T>::iterator
end() noexcept;
» more...

Returns a const iterator to the end of the optional.

constexpr
optional<T>::const_iterator
end() const noexcept;
» more...

Return Value

const_iterator

Created with MrDocs