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