IHash<TKey,TValue>.empty Méthode

Définition

Teste si aucun élément n’est présent dans le conteneur.

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

Retours

true si le conteneur n’a aucun élément ; sinon, false.

Remarques

Pour plus d’informations, consultez hash_map ::empty (STL/CLR),hash_multimap ::empty (STL/CLR), hash_set ::empty (STL/CLR) et hash_multiset ::empty (STL/CLR).

S’applique à