This class provides a guard that, upon its destruction, will remove (pop) the indicated element from the FixedQueue object supplied at construction. Note that this guard is used to provide exception safety when popping an element from a FixedQueue object.
Synopsis
Declared in <bdlcc_fixedqueue.h>
template<class VAL>
class FixedQueue_PopGuard;
Member Functions
Name |
Description |
|
Create a guard that, upon its destruction, will update the state of the specified |
|
Update the state of the |
Created with MrDocs