Constructors
Declared in <absl/types/any_span.h>
Constructs an invalid iterator.
const_iterator() = default;
» more...
Converts a mutable iterator to a const iterator.
const_iterator(iterator const& other);
» more...
| Name | Description |
|---|---|
| other | The mutable iterator to convert from. |