std::valarray::operator[]
Aus 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[](conststd::gslice& gslicearr )const; | (4) | |
gslice_array<T> operator[](conststd::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) | |
This section is incomplete |
[Bearbeiten]Parameter
This section is incomplete |
[Bearbeiten]Rückgabewert
This section is incomplete |
[Bearbeiten]Ausnahmen
(None)
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.