IsDerived< BASE >::Check< DERIVED > Struct Template Reference

#include <apibase.h>

Inheritance diagram for IsDerived< BASE >::Check< DERIVED >:

Additional Inherited Members

- Public Types inherited from HasBaseDetector< DERIVED, BASE >
using DT = typename std::decay< DERIVED >::type
 
using BT = typename std::decay< BASE >::type
 
using Helper = maxon::details::HasBaseHelper< DT, BT, maxon::details::CheckHasBaseHelper< DT, BT >::value >
 
- Static Public Member Functions inherited from HasBaseDetector< DERIVED, BASE >
static BTCast (DT *ptr)
 
static const BTCast (const DT *ptr)
 
- Static Public Attributes inherited from HasBaseDetector< DERIVED, BASE >
static const Bool value