[#beman-optional-optional-03-end-05] = xref:beman.adoc[beman]::xref:beman/optional.adoc[optional]::xref:beman/optional/optional-03.adoc[optional]::end :relfileprefix: ../../../ :mrdocs: Returns an iterator to the end of the optional. == Synopsis Declared in `<beman/optional/optional.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:beman/optional/optional-03/iterator.adoc[optional<T>::iterator] end() noexcept; ---- == Return Value an iterator to the end of the optional. [.small]#Created with https://www.mrdocs.com[MrDocs]#