Abilitare JavaScript per vedere questo sito.

Interroga la dimensione dell'array.

Sintassi

uint size() const

Risultato

Rende la dimensione dell'array in [elementi] (0=vuoto)

Esempio di utilizzo:

array<int> array1 = {1 ,2, 3};

uint size1 = array1.size(); /* Rende 3 */

 

array<string> array2 = { "stringa1""stringa2" };

uint size2 = array2.size(); /* Rende 2 */

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC