constexpr const Iter& base() const& noexcept; | (1) | (since C++23) |
constexpr Iter base() &&; | (2) | (since C++23) |
Returns the underlying base iterator.
(none)
| 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