IPriorityQueue<TValue,TCont>.empty Method

Definition

Determines whether the container contains no elements.

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

Returns

true if the container contains no elements; otherwise, false.

Remarks

For more information, see priority_queue::empty (STL/CLR).

Applies to