#include <apibase.h>
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
.
T | Type to check. |
Public Types | |
using | type = DEF |
Static Public Attributes | |
static const maxon::Bool | value |
using type = DEF |
|
static |