std::{{{1}}}::base
From cppreference.com
iterator_type base() const; |
(until C++17) | |
constexpr iterator_type base() const; |
(since C++17) | |
Returns the underlying base iterator.
Contents |
[edit] Parameters
(none)
[edit] Return value
The underlying iterator.
[edit] Exceptions
May throw implementation-defined exceptions.
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
accesses the pointed-to element (public member function of std::{{{1}}} )
|