#include <apibase.h>
This type trait checks if T
is type to be allocated via an Alloc
function (T
has to have a member type IsAllocType
then). If so, IsAllocType<T>::value
will be true
and IsAllocType<T>::type
will be different from std::false_type
.
T | Type to check. |
Public Types | |
using | type = DEF |
Static Public Attributes | |
static const maxon::Bool | value |
using type = DEF |
|
static |