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

#include <apibase.h>

详细描述

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

This type trait gets the NonConst member type of T (or std::false_type if this doesn't exist).

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