removeAll overloads

Synopses

Declared in <bdlcc_queue.h>

Remove all items from this queue.

void
removeAll();

Same as the preceding overload, loading removed items into buffer.

void
removeAll(bsl::vector<TYPE>* buffer);

Same as the preceding overload, loading removed items into buffer.

void
removeAll(std::pmr::vector<TYPE>* buffer);

Same as the preceding overload, loading removed items into buffer.

void
removeAll(std::vector<TYPE>* buffer);

Parameters

Name

Description

buffer

vector that receives the removed items

Created with MrDocs