Destroy this object and free any memory it uses.

Synopsis

Declared in <bdlma_localbufferedobject.h>

~LocalBufferedObject();

Description

Destroy this object and free any memory it uses, and if the (template parameter) t_DISABLE_DESTRUCTION is true, do this without calling the destructor of value_type (see t_DISABLE_DESTRUCTION template parameter in the component doc).

Created with MrDocs