HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Variant::TypeInfo< T > Struct Template Reference

#include <UT_Variant.h>

Static Public Attributes

static constexpr Type typeId = Type::Unknown
 
static constexpr bool is_trivial = false
 
static constexpr bool is_complex = false
 

Detailed Description

template<typename T>
struct UT_Variant::TypeInfo< T >

Definition at line 233 of file UT_Variant.h.

Member Data Documentation

template<typename T >
constexpr bool UT_Variant::TypeInfo< T >::is_complex = false
static

Definition at line 235 of file UT_Variant.h.

template<typename T >
constexpr bool UT_Variant::TypeInfo< T >::is_trivial = false
static

Definition at line 234 of file UT_Variant.h.

template<typename T >
constexpr Type UT_Variant::TypeInfo< T >::typeId = Type::Unknown
static

Definition at line 233 of file UT_Variant.h.


The documentation for this struct was generated from the following file: