IQueue<TValue,TCont>.empty Methode

Definition

Ermittelt, ob der Container leer ist.

public:
 bool empty();
public bool empty ();
abstract member empty : unit -> bool
Public Function empty () As Boolean

Gibt zurück

true, wenn der Container leer ist, andernfalls false.

Hinweise

Weitere Informationen finden Sie unter queue::empty (STL/CLR).

Gilt für: