concurrent_queue::clear Method
Clears the concurrent queue, destroying any currently enqueued elements. This method is not concurrency-safe.
void clear();
Requirements
Header: concurrent_queue.h
Namespace: concurrency
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Clears the concurrent queue, destroying any currently enqueued elements. This method is not concurrency-safe.
void clear();
Header: concurrent_queue.h
Namespace: concurrency