IsDerived< BASE > Struct Template Reference

#include <apibase.h>

详细描述

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

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

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

Classes

struct   Check