Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Tests if the concurrent vector is empty at the time this method is called. This method is concurrency-safe.
bool empty() const;
Return Value
true if the vector was empty at the moment the function was called, false otherwise.
Requirements
Header: concurrent_vector.h
Namespace: Concurrency