std::move_iterator<Iter>::operator=

Assigns other.current to current .

# Declarations

template< class U >
move_iterator& operator=( const move_iterator<U>& other );

(constexpr since C++17)

# Parameters

# Return value

*this

# Example

This section is incompleteReason: no example

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 3435C++20the converting assignment operator was not constrainedconstrained

# See also