std::array::end, std::array::cend - cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(desde C++11) | |
|
|
(desde C++11) | |
|
|
(desde C++11) | |
Retorna um iterador para o elemento seguinte ao último elemento do recipiente.
Original:
Returns an iterator to the element following the last element of the container.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Este elemento atua como um espaço reservado; tentando acessá-lo resulta em um comportamento indefinido.
Original:
This element acts as a placeholder; attempting to access it results in undefined behavior.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parâmetros
(Nenhum)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Valor de retorno
iterador para o elemento seguinte ao último elemento
Original:
iterator to the element following the last element
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exceções
Complexidade
Constante
Original:
Constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Veja também
retorna um iterador para o começo Original: returns an iterator to the beginning The text has been machine-translated via Google Translate. (função pública membro) [edit] | |