Namespaces
Variants
Views
Actions

std::reverse_iterator::operator=

From cppreference.com
template< class U >
reverse_iterator& operator=( const reverse_iterator<U>& other );

Copy assignment operator. Assigns a copy of other.base() to the underlying iterator.

Contents

[edit] Parameters

other - reverse iterator to assign

[edit] Return value

*this

[edit] Example

[edit] See also

constructs a new reverse iterator
(public member function) [edit]