struct CCL::MetaClass::ConstructorModifier

Replaces the constructor function with the one of another class in ctor.

#include <metaclass.h>

struct ConstructorModifier
{
    // construction

    ConstructorModifier (const MetaClass& This, const MetaClass& replacementClass);
};