HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_ConvertToType Namespace Reference

Classes

struct  NET_remove_cref
 
class  convertImpl
 
class  convertImpl< Tto, std::enable_if_t< std::is_same< UT_StringHolder, NET_remove_cref_t< Tto > >::value > >
 
class  convertImpl< Tto, std::enable_if_t< std::is_same< UT_StringArray, NET_remove_cref_t< Tto > >::value > >
 
class  convertImpl< Tto, std::enable_if_t< std::is_same< UT_IntArray, NET_remove_cref_t< Tto > >::value > >
 
class  convertImpl< Tto, std::enable_if_t< std::is_integral< Tto >::value &&!std::is_same< Tto, bool >::value > >
 
class  convertImpl< Tto, std::enable_if_t< std::is_floating_point< Tto >::value > >
 
class  convertImpl< Tto, std::enable_if_t< std::is_same< bool, Tto >::value > >
 

Typedefs

template<class T >
using NET_remove_cref_t = typename NET_remove_cref< T >::type
 

Typedef Documentation

template<class T >
using NET_ConvertToType::NET_remove_cref_t = typedef typename NET_remove_cref<T>::type

Definition at line 423 of file NET_ConvertToType.h.