std::move_iterator< _Iterator > Class Template Reference

List of all members.

Public Types

Public Member Functions

Protected Attributes


Detailed Description

template<typename _Iterator>
class std::move_iterator< _Iterator >

Class template move_iterator is an iterator adapter with the same behavior as the underlying iterator except that its dereference operator implicitly converts the value returned by the underlying iterator's dereference operator to an rvalue reference. Some generic algorithms can be called with move iterators to replace copying with moving.

Definition at line 882 of file stl_iterator.h.


The documentation for this class was generated from the following file:

Generated on Tue Apr 21 13:14:23 2009 for libstdc++ by  doxygen 1.5.8