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.
Adds an element to the concurrent priority queue. This method is concurrency-safe.
void push(
const value_type& _Elem
);
void push(
value_type&& _Elem
);
Parameters
- _Elem
The element to be added to the concurrent priority queue.
Requirements
Header: concurrent_priority_queue.h
Namespace: concurrency