lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Static Public Member Functions
lean::pimpl::pimpl_delete_policy Struct Reference

Default PImpl pointer destruction policy. More...

#include <pimpl_ptr.h>

List of all members.

Static Public Member Functions

template<class Implementation >
static void destroy (Implementation *impl)
 Calls delete on the given implementation pointer.

Detailed Description

Default PImpl pointer destruction policy.


The documentation for this struct was generated from the following file: