Namespaces
Variants
Views
Actions

std::reverse_iterator::base

From cppreference.com
Iterator base() const;

Returns the underlying base iterator.

Contents

[edit] Parameters

(none)

[edit] Return value

The underlying iterator.

[edit] Exceptions

(none)

[edit] Example

[edit] See also

dereferences the decremented underlying iterator
(public member function) [edit]