#include <apibase.h>
This type trait gets the
HasBase
member type of
T
. If this exists,
CheckHasBase<T>::value
will be
true
and
CheckHasBase<T>::type
will be a type alias to this member type.
T | Type to check. |
Public Types |
|
using | type = DEF |
静态公共属性 |
|
static const maxon::Bool | value |
using type = DEF |
|