std::make_move_iterator
Aus cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <iterator>
|
||
template< class Iterator > std::move_iterator<Iterator> make_move_iterator( const Iterator& i ); |
(seit C++11) | |
make_move_iterator
ist eine Komfortfunktion Vorlage, die eine std::move_iterator für die gegebene Iterator i
mit dem Typ von der Art der Argumentation ableiten konstruiert .Original:
make_move_iterator
is a convenience function template that constructs a std::move_iterator for the given iterator i
with the type deduced from the type of the argument.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Inhaltsverzeichnis |