Type alias for the const iterator type of the optional. Synopsis Declared in <beman/optional/optional.hpp> using const_iterator = /* implementation-defined */::contiguous_iterator<T const, optional>; Description Since P3168R2: Give std::optional Range Support.