concurrent_priority_queue::operator= Operator
Assigns the contents of another concurrent_priority_queue object to this one. This method is not concurrency-safe.
concurrent_priority_queue& operator=(
const concurrent_priority_queue& _Src
);
concurrent_priority_queue& operator=(
concurrent_priority_queue&& _Src
);
Parameters
- _Src
The source concurrent_priority_queue object.
Return Value
A reference to this concurrent_priority_queue object.
Requirements
Header: concurrent_priority_queue.h
Namespace: concurrency