std::valarray::size
Aus cppreference.com
< cpp | numeric | valarray
Version vom 22. Oktober 2012, 15:48 Uhr von TranslationBot (Diskussion | Beiträge)
std::size_t size() const; |
||
Gibt die Anzahl der Elemente in der valarray .
Original:
Returns the number of elements in the valarray.
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.
Inhaltsverzeichnis |
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
Anzahl der Elemente in dem valarray .
Original:
Number of elements in the valarray.
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.
Beispiel
This section is incomplete Reason: no example |