|
|
template<typename... Args> |
| impl_type * | create_impl (Args &&... args) |
| |
|
template<typename... Args> |
| | with_pimpl (Args &&... args) |
| |
|
| with_pimpl (with_pimpl< T > &&other) noexcept |
| |
|
| with_pimpl (std::nullptr_t) |
| |
|
with_pimpl & | operator= (with_pimpl &&other) noexcept |
| |
|
template<typename DeferInstantiation = void> |
| impl_type & | impl () |
| |
|
template<typename DeferInstantiation = void> |
| const impl_type & | impl () const |
| |
template<typename T>
class docwire::with_pimpl< T >
Definition at line 37 of file pimpl.h.
The documentation for this class was generated from the following file: