Template Struct ClonableBase
Defined in File clonable.h
Struct Documentation
-
template<class Base>
struct cpphots::interfaces::ClonableBase Class declaring the clonable interface.
Other interface should subclass from this with CRTP.
- Template Parameters
Base – class to which the interface should be added