#include <apibase.h>
Additional Inherited Members | |
![]() | |
using | DT = typename std::decay< DERIVED >::type |
using | BT = typename std::decay< BASE >::type |
using | Helper = maxon::details::HasBaseHelper< DT, BT, std::is_same< DT, BT >::value ? 2 :Int(CheckHasBase< DT >::value)> |
![]() | |
static BT * | Cast (DT *ptr) |
static const BT * | Cast (const DT *ptr) |
![]() | |
static const Bool | value |