coan  6.0.1
A C/C++ Configuration Analyzer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
cloner< B, D > Struct Template Reference

template struct cloner<B,D> is a base template from which derived instantiations can inherit cloneability. More...

#include <cloner.h>

Inheritance diagram for cloner< B, D >:

Public Member Functions

B * clone () const override
 Clone the base B object on the heap.
 
template<typename... Args>
 cloner (Args...args)
 All purpose constructor.
 

Detailed Description

template<class B, class D>
struct cloner< B, D >

template struct cloner<B,D> is a base template from which derived instantiations can inherit cloneability.

Definition at line 48 of file cloner.h.


The documentation for this struct was generated from the following file: