Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructs a move iterator. Uses the parameter as the stored iterator.
move_iterator();
explicit move_iterator(RandomIterator _Right);
template<class Type>
move_iterator(const move_iterator<Type>& _Right);
Parameters
- _Right
The iterator to use as the stored iterator.
Remarks
The first constructor initializes the stored iterator with its default constructor. The remaining constructors initialize the stored iterator with base.base().
Requirements
Header: <iterator>
Namespace: std