#include <apibase.h>
Public Types |
|
| using | DT = typename std::decay< D >::type |
| using | BT = typename std::decay< B >::type |
| using | EDT = typename GetErasedType < DT >::type |
| using | EBT = typename GetErasedType < BT >::type |
| using | Helper = maxon::details::HasBaseHelper < EDT , EBT , maxon::details::CheckHasBaseHelper < EDT , EBT >:: value > |
静态公共成员函数 |
|
| static BT * | Cast ( DT *ptr) |
| static const BT * | Cast (const DT *ptr) |
静态公共属性 |
|
| static const Bool | value |
| using DT = typename std::decay<D>::type |
| using BT = typename std::decay<B>::type |
| using EDT = typename GetErasedType < DT >::type |
| using EBT = typename GetErasedType < BT >::type |
| using Helper = maxon::details::HasBaseHelper < EDT , EBT , maxon::details::CheckHasBaseHelper < EDT , EBT >:: value > |
|
static |
|
static |
|