Converts a mutable iterator to a const iterator.
Synopsis
Declared in <absl/types/any_span.h>
const_iterator(iterator const& other);
Parameters
Name |
Description |
other |
The mutable iterator to convert from. |
Created with MrDocs