HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_FeatherBarbValueInfo< T > Class Template Reference

#include <GU_Feather.h>

Static Public Member Functions

template<class V = T>
static constexpr
std::enable_if< is_int< V >
::value||is_flt< V >::value,
int >::type 
tupleSize ()
 
template<class V = T>
static constexpr
std::enable_if<!(is_int< V >
::value||is_flt< V >::value),
int >::type 
tupleSize ()
 

Detailed Description

template<typename T>
class GU_FeatherBarbValueInfo< T >

Definition at line 33 of file GU_Feather.h.

Member Function Documentation

template<typename T >
template<class V = T>
static constexpr std::enable_if<is_int<V>::value || is_flt<V>::value, int>::type GU_FeatherBarbValueInfo< T >::tupleSize ( )
inlinestatic

Definition at line 45 of file GU_Feather.h.

template<typename T >
template<class V = T>
static constexpr std::enable_if<!(is_int<V>::value || is_flt<V>::value), int>::type GU_FeatherBarbValueInfo< T >::tupleSize ( )
inlinestatic

Definition at line 53 of file GU_Feather.h.


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