On this page
std::basic_const_iterator<Iter>::base
|
(1) | (since C++23) |
|
(2) | (since C++23) |
Returns the underlying base iterator.
1) Returns a reference to the underlying iterator.
2) Move constructs the return value from the underlying iterator.
Parameters
(none)
Return value
1) A reference to the underlying iterator.
2) An iterator move constructed from the underlying iterator.
Example
See also
accesses the pointed-to element (public member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/iterator/basic_const_iterator/base