This class implements a proctor that, unless its release method has previously been invoked, automatically invokes removeAll on a CompactedArray upon destruction.
Synopsis
Declared in <bdlc_compactedarray.h>
template<class TYPE>
class CompactedArray_RemoveAllProctor;
Member Functions
Name |
Description |
|
Create a |
|
Destroy this object and, if |
Release from management the array currently managed by this proctor. If no array, this method has no effect. |
Created with MrDocs