debian man page for std::move_iterator

Query: std::move_iterator

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::move_iterator< _Iterator >(3cxx)									     std::move_iterator< _Iterator >(3cxx)

NAME
std::move_iterator< _Iterator > -
SYNOPSIS
Public Types typedef __traits_type::difference_type difference_type" typedef __traits_type::iterator_category iterator_category" typedef _Iterator iterator_type typedef _Iterator pointer typedef value_type && reference typedef __traits_type::value_type value_type Public Member Functions move_iterator (iterator_type __i) template<typename _Iter > move_iterator (const move_iterator< _Iter > &__i) iterator_type base () const reference operator* () const move_iterator operator+ (difference_type __n) const move_iterator & operator++ () move_iterator operator++ (int) move_iterator & operator+= (difference_type __n) move_iterator operator- (difference_type __n) const move_iterator & operator-- () move_iterator operator-- (int) move_iterator & operator-= (difference_type __n) pointer operator-> () const reference operator[] (difference_type __n) const Protected Types typedef iterator_traits < _Iterator > __traits_type" Protected Attributes _Iterator _M_current 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 924 of file stl_iterator.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::move_iterator< _Iterator >(3cxx)
Related Man Pages
std::move_iterator(3) - centos
__gnu_debug::_safe_iterator(3) - debian
std::_deque_iterator(3) - debian
std::insert_iterator(3) - debian
__gnu_parallel::_iteratortriple(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
One instance of comparing grep and awk
Weird 'find' results
New UNIX and Linux History Sections