|
JS8Call-Improved master
|
An implementation-hiding utility class template leveraging the Pimpl idiom. More...
#include <memory>

Go to the source code of this file.
Classes | |
| class | pimpl< T > |
| Opaque implementation manager utilizing perfect forwarding of constructors. More... | |
An implementation-hiding utility class template leveraging the Pimpl idiom.
This file provides a generic wrapper around a modern pointer structure to abstract compilation dependencies via a unique opaque object representation.