◐ Shell
clean mode source ↗

std::valarray::size - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

std::size_t size() const;

Retorna o número de elementos na 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.

Parâmetros

(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.

Valor de retorno

Número de elementos na 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.

Exemplo

Veja também

altera o tamanho do 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.


(função pública membro) [edit]