lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Base class that permits unsafe destruction for incomplete private implementation classes, ONLY USE IF CORRECT DESTRUCTION NOT REQUIRED. More...
#include <unsafe_pimpl_base.h>
Protected Member Functions | |
LEAN_INLINE | unsafe_pimpl_base (const unsafe_pimpl_base &) |
LEAN_INLINE unsafe_pimpl_base & | operator= (const unsafe_pimpl_base &) |
Base class that permits unsafe destruction for incomplete private implementation classes, ONLY USE IF CORRECT DESTRUCTION NOT REQUIRED.