IsDerived< BASE > Struct Template Reference

#include <apibase.h>

Detailed Description

template<typename BASE>
struct maxon::IsDerived< BASE >

IsDerived can be used to bind BASE to the second parameter of HasBaseDetector: The nested template Check is a template with a single parameter which checks if that parameter has BASE as its base.

Template Parameters
BASEBase type to check (potential reference and const qualifiers are removed).

Classes

struct  Check