CheckHasBase< T, DEF, typename > Struct Template Reference 系统

#include <apibase.h>

详细描述

template<typename T, typename DEF = std::false_type, typename = void>
struct maxon::CheckHasBase< T, DEF, typename >

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.

Template Parameters
T Type to check.

Public Types

using  type = DEF

静态公共属性

static const maxon::Bool   value

Member Typedef Documentation

◆  type

using type = DEF

Member Data Documentation

◆  value

const maxon::Bool value static