Classes | Namespaces | Typedefs
type_traits_old.h File Reference
#include <complex>
#include <type_traits>

Go to the source code of this file.

Classes

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

Namespaces

 tt_old
 

Typedefs

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