<metanoindex/>
<tbody> </tbody> const T* end() const; |
(seit C++11) | |
Gibt einen Zeiger auf ein nach dem letzten Element in der Initialisierungsliste, dh
begin() + size() .Original:
Returns a pointer to one past the last element in the initializer list, i.e.
begin() + size().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.
Wenn die Initialisierung Liste leer ist, die Werte der
std::initializer_list::begin und std::initializer_list::end sind nicht spezifiziert, wird aber identisch sein .Original:
If the initializer list is empty, the values of
std::initializer_list::begin and std::initializer_list::end are unspecified, but will be identical.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.
Parameter
(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.
Rückgabewert
ein Zeiger auf ein nach dem letzten Element in der Initialisierungsliste
Original:
a pointer to one past the last element in the initializer list
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.
Ausnahmen
Komplexität
Constant
Original:
Constant
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.
Siehe auch
liefert einen Zeiger das erste Element Original: returns a pointer the first element The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |