◐ Shell
clean mode source ↗

std::valarray::size – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

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.

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.

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.

Beispiel

Siehe auch

ändert die Größe valarray

Original:

changes the size of valarray

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(öffentliche Elementfunktion) [edit]