lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Default PImpl pointer destruction policy. More...
#include <pimpl_ptr.h>
Static Public Member Functions | |
template<class Implementation > | |
static void | destroy (Implementation *impl) |
Calls delete on the given implementation pointer. |
Default PImpl pointer destruction policy.