Espacios de nombres
Variantes

std::valarray::size

De cppreference.com
 
 
 
 
<tbody> </tbody>
std::size_t size() const;
Devuelve el número de elementos en la 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

(Ninguno)
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 de la 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.

Ejemplo

Ver también

cambia el tamaño de 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.

(función miembro pública) [editar]