Classes | Typedefs
tt_old Namespace Reference

Classes

struct  is_complex
 
struct  is_complex< std::complex< T > >
 
struct  is_int
 
struct  is_int< int >
 
struct  is_int< long >
 
struct  is_int< short >
 
struct  is_int< signed char >
 
struct  is_int< T const >
 
struct  is_numeric
 
struct  is_uint
 
struct  is_uint< T const >
 
struct  is_uint< unsigned char >
 
struct  is_uint< unsigned int >
 
struct  is_uint< unsigned long >
 
struct  is_uint< unsigned short >
 

Typedefs

template<bool b, typename T = void>
using disable_if = std::enable_if<!b, T >
 

Typedef Documentation

template<bool b, typename T = void>
using tt_old::disable_if = typedef std::enable_if<!b, T>

Definition at line 21 of file type_traits_old.h.