16#ifndef PIMPL_IMPL_HPP_
17#define PIMPL_IMPL_HPP_
39template <
typename... Args>
~pimpl()
Destroys the managed implementation block.
Definition pimpl_impl.h:52
T & operator*()
Overloaded indirection dereference operator for mutable access.
Definition pimpl_impl.h:76
pimpl()
Constructs an instance of the opaque implementation object.
Definition pimpl_impl.h:26
T * operator->()
Overloaded structure dereference arrow operator for mutable operations.
Definition pimpl_impl.h:60