BloombergLP::bslma::RawDeleterGuard::~RawDeleterGuard

Destroy this guard and delete its managed object.

Synopsis

Declared in <bslma_rawdeleterguard.h>

~RawDeleterGuard();

Description

Destroy this raw deleter guard and delete the object it manages by first invoking the destructor of the (managed) object, and then invoking the deallocate method of the allocator (or pool) that was supplied with the object at construction.