std::move_iterator man page on RedHat

Man page or keyword search:  
man Server   29550 pages
apropos Keyword Search (all sections)
Output format
RedHat logo
[printable version]

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

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 411 of file cpp_type_traits.h.

Author
       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++			Wed Nov 6 20std::move_iterator< _Iterator >(3)
[top]

List of man pages available for RedHat

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net