Espacios de nombres
Variantes
Acciones

operator+(std::reverse_iterator)

De cppreference.com
 
 
Biblioteca de iteradores
Conceptos de iteradores
Primitivas de iteradores
Conceptos de algoritmos y servicios
Conceptos invocables indirectos
Requerimientos comunes de algoritmos
Servicios
Adaptadores de iteradores
Iteradores de flujos
Puntos de personalización de iteradores
Operaciones de iteradores
Acceso a rangos
(C++11)(C++14)
(C++11)(C++14)
(C++17)(C++20)
(C++14)(C++14)
(C++14)(C++14)
(C++17)
(C++17)
 
std::reverse_iterator
Las funciones miembro
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.
Terceros funciones
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+
 
template<class Iterator >

reverse_iterator<Iterator>
    operator+(typename reverse_iterator<Iterator>::difference_type n,

               const reverse_iterator<Iterator>& it );
Devuelve el iterador it incrementa en n .
Original:
Returns the iterator it incremented by n.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Contenido

[editar]Parámetros

n -
el número de posiciones para incrementar el iterador
Original:
the number of positions to increment the iterator
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
it -
el adaptador de iterador se incremente
Original:
the iterator adaptor to increment
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar]Valor de retorno

El iterador incrementa, es decir reverse_iterator<Iterator>(x.current- n)
Original:
The incremented iterator, that is reverse_iterator<Iterator>(x.current- n)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar]Ejemplo

[editar]Ver también

avances o disminuye el iterador
Original:
advances or decrements the iterator
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función miembro pública)[editar]
close