Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
handler_ptr::~handler_ptr

Destructor.

Synopsis
~handler_ptr();
Description

If *this owns an object the object is destroyed and the memory deallocated using the allocator associated with the handler.


PrevUpHomeNext