std::valarray::operator[]
Da cppreference.com
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
const T& operator[](std::size_t pos )const; T& operator[](std::size_t pos ); | (1) | |
valarray<T> operator[]( std::slice slicearr )const; | (2) | |
std::slice_array<T> operator[]( std::slice slicearr ); | (3) | |
valarray<T> operator[](const std::gslice& gslicearr )const; | (4) | |
gslice_array<T> operator[](const std::gslice& gslicearr ); | (5) | |
valarray<T> operator[](const valarray<bool>& boolarr )const; | (6) | |
valarray<T> operator[](const valarray<size_t>& indarr )const; | (7) | |
indirect_array<T> operator[](const valarray<size_t>& indarr ); | (8) | |
Esta seção está incompleta |
[editar]Parâmetros
Esta seção está incompleta |
[editar]Valor de retorno
Esta seção está incompleta |
[editar]Exceções
(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.
You can help to correct and verify the translation. Click here for instructions.