Remove all elements from this container.

Synopsis

Declared in <bdlcc_deque.h>

void
removeAll();

Description

Clear this container. Note that, unlike the overloads that take a buffer, removed items are discarded.

Created with MrDocs