GetValueType< T, DEF, typename > Struct Template Reference

#include <apibase.h>

Detailed Description

template<typename T, typename DEF = void, typename = void>
struct maxon::GetValueType< T, DEF, typename >

This type trait gets the ValueType member type of T. If this exists, GetValueType<T>::value will be true and GetValueType<T>::type will be a type alias to this member type. Otherwise, the type alias will point to void.

Template Parameters
TType to check.

Public Types

using type = DEF
 

Static Public Attributes

static const maxon::Bool value
 

Member Typedef Documentation

◆ type

using type = DEF

Member Data Documentation

◆ value

const maxon::Bool value
static