coan
6.0.1
A C/C++ Configuration Analyzer
|
template struct cloner<B,D>
is a base template from which derived instantiations can inherit cloneability.
More...
#include <cloner.h>
Public Member Functions | |
B * | clone () const override |
Clone the base B object on the heap. | |
template<typename... Args> | |
cloner (Args...args) | |
All purpose constructor. | |
template struct cloner<B,D>
is a base template from which derived instantiations can inherit cloneability.