[#beman-optional-optional-03-iterator] = xref:beman.adoc[beman]::xref:beman/optional.adoc[optional]::xref:beman/optional/optional-03.adoc[optional]::iterator :relfileprefix: ../../../ :mrdocs: Type alias for the iterator type of the optional. == Synopsis Declared in `<beman/optional/optional.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using iterator = /* implementation-defined */::contiguous_iterator<T, optional>; ---- == Description Since P3168R2: Give std::optional Range Support. [.small]#Created with https://www.mrdocs.com[MrDocs]#