Template Class pimpl
Defined in File pimpl.hpp
Class Documentation
-
template<typename TImpl>
class pimpl Super-simple templated implementation of the PIMPL idiom. Does not exist in boost, and the boost candidate I found had subtle memory issues when optimizations were on.
- Template Parameters:
TImpl – The type of the implementation you wish to hide.
Public Functions
-
virtual ~pimpl(void) = default