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

#include <UT_Variant.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Definition at line 250 of file UT_Variant.h.

Member Data Documentation

template<typename T >
constexpr bool UT_Variant::IsConvertibleType< T >::value
static
Initial value:
=
!std::is_same<typename TypeConversion<T>::From, void>::value

Definition at line 252 of file UT_Variant.h.


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