std::basic_const_iterator<Iter>::base

Returns the underlying base iterator.

# Declarations

constexpr const Iter& base() const& noexcept;

(since C++23)

constexpr Iter base() &&;

(since C++23)

# Example

This section is incompleteReason: no example

# See also