This class provides a proctor which, at destruction, calls clear on the deque supplied at construction, unless the guard has been released prior.
Synopsis
Declared in <bslstl_deque.h>
template<
class VALUE_TYPE,
class ALLOCATOR>
class Deque_ClearGuard;
Member Functions
Name |
Description |
|
Create a clear guard object to proctor the specified |
|
Destroy this guard, and call |
Release from management the deque proctored by this object. |
Created with MrDocs