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.
Creates a move iterator that contains the provided iterator as the stored iterator.
template<class Iterator>
move_iterator<Iterator> make_move_iterator(
const Iterator& _It
);
Parameters
- _It
The iterator stored in the new move iterator.
Remarks
The template function returns move_iterator<Iterator>(_It).
Requirements
Header: <iterator>
Namespace: std