beman::optional::optional<T&>::iterator

The type of the iterator for the optional.

Synopsis

Declared in <beman/optional/optional.hpp>
using iterator = /* implementation-defined */::contiguous_iterator<T, optional>;


Created with MrDocs