Abilitare JavaScript per vedere questo sito.

Interroga lo stato di array vuoto.

Sintassi

bool is_empty() const

Risultato

Rende true se l'array è vuoto, false altrimenti.

Esempio di utilizzo:

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

bool f1 = array1.is_empty(); /* Rende false */

 

array<int> array2;

bool f2 = array2.is_empty(); /* Rende true */

 

  

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