Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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