std::move_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

accesses the pointed-to element
(public member function)