[ Web Proxy ]
URL:
Viewing: https://fr.cppreference.com/cpp/iterator/reverse_iterator/reverse_iterator [Back]  [Original]

std::reverse_iterator::reverse_iterator cppreference.com
cppreference.com
Espaces de noms
Variantes

std::reverse_iterator::reverse_iterator

De cppreference.com

<metanoindex/>

 
 
Bibliothque Iterator
Primitives Iterator
Original:
Iterator primitives
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
iterator_traits
input_iterator_tag
output_iterator_tag
forward_iterator_tag
bidirectional_iterator_tag
random_access_iterator_tag
iterator
Adaptateurs Iterator
Original:
Iterator adaptors
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
reverse_iterator
Itrateurs de flux
Original:
Stream iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
istream_iterator
ostream_iterator
istreambuf_iterator
ostreambuf_iterator
Oprations Iterator
Original:
Iterator operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
advance
distance
prev (C++11)
next (C++11)
Gamme d'accs
Original:
Range access
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
begin (C++11)
end (C++11)
 
std::reverse_iterator
Les fonctions membres
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
reverse_iterator::reverse_iterator
reverse_iterator::operator=
reverse_iterator::base
reverse_iterator::operator*
reverse_iterator::operator->
reverse_iterator::operator[]
reverse_iterator::operator++
reverse_iterator::operator+
reverse_iterator::operator+=
reverse_iterator::operator--
reverse_iterator::operator-
reverse_iterator::operator-=
Tiers fonctions
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
operator==
operator!=
operator<
operator>
operator+
operator-
 
<tbody> </tbody>
reverse_iterator();
(1)
explicit reverse_iterator( Iterator x );
(2)
template< class U > reverse_iterator( const reverse_iterator<U>& other );
(3)
Construit un nouvel itrateur adaptateur .
Original:
Constructs a new iterator adaptor.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
1)
Constructeur par dfaut. current valeur est initialise. Ce n'a de sens que si les oprations sur une valeur initialise Iterator font aussi sens .
Original:
Default constructor. current is value-initialized. This makes sense only if operations on an value-initialized Iterator make also sense.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
2)
current est initialis avec x .
Original:
current is initialized with x.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
3)
Copiez constructeur. L'itrateur sous-jacente est initialis avec celui de other .
Original:
Copy constructor. The underlying iterator is initialized with that of other.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramtres

x -
itrateur de s'adapter
Original:
iterator to adapt
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
other -
Adaptateur itrateur copier
Original:
iterator adaptor to copy
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemple

Voir aussi

assigne un autre itrateur
Original:
assigns another iterator
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction membre publique) [edit]

Web Proxy Viewer  |  New URL  |  Original Page