Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests if the concurrent priority queue is empty at the time this method is called. This method is concurrency-safe.
bool empty() const;
Return Value
true if the priority queue was empty at the moment the function was called, false otherwise.
Requirements
Header: concurrent_priority_queue.h
Namespace: concurrency