ecl::is_byte< T > | Default action for detection of a fundamental byte type (false) |
ecl::is_byte< char > | Byte trait for char types |
ecl::is_byte< signed char > | Byte trait for signed char types |
ecl::is_byte< unsigned char > | Byte trait for unsigned char types |
ecl::is_float< T > | Default action for detection of a fundamental float type (false) |
ecl::is_float< double > | Float trait for double types |
ecl::is_float< float > | Float trait for float types |
ecl::is_float< long double > | Float trait for long double types |
ecl::is_integral< T > | Default action for detection of a fundamental integral type (false) |
ecl::is_integral< char > | Integral trait for char types |
ecl::is_integral< int > | Integral trait for int types |
ecl::is_integral< long > | Integral trait for long types |
ecl::is_integral< long long > | Integral trait for long long types |
ecl::is_integral< short > | Integral trait for short types |
ecl::is_integral< unsigned char > | Integral trait for unsigned char types |
ecl::is_integral< unsigned int > | Integral trait for unsigned int types |
ecl::is_integral< unsigned long > | Integral trait for unsigned long types |
ecl::is_integral< unsigned long long > | Integral trait for unsigned long long types |
ecl::is_integral< unsigned short > | Integral trait for unsigned short types |
ecl::is_signed< T > | Default action for detection of a signed integral type (false) |
ecl::is_signed< char > | Unsigned trait for signed char types |
ecl::is_signed< int > | Unsigned trait for signed int types |
ecl::is_signed< long > | Unsigned trait for signed long types |
ecl::is_signed< long long > | Unsigned trait for signed long long types |
ecl::is_signed< short > | Unsigned trait for signed short types |
ecl::is_signed_byte< T > | Default action for detection of a fundamental signed byte type (false) |
ecl::is_signed_byte< char > | Signed byte trait for char types if typedef'd to signed char |
ecl::is_signed_byte< signed char > | Signed byte trait for signed char types |
ecl::is_unsigned< T > | Default action for detection of an unsigned integral type (false) |
ecl::is_unsigned< unsigned char > | Unsigned trait for unsigned char types |
ecl::is_unsigned< unsigned int > | Unsigned trait for unsigned int types |
ecl::is_unsigned< unsigned long > | Unsigned trait for unsigned long types |
ecl::is_unsigned< unsigned long long > | Unsigned trait for unsigned long long types |
ecl::is_unsigned< unsigned short > | Unsigned trait for unsigned short types |
ecl::is_unsigned_byte< T > | Default action for detection of a fundamental unsigned byte type (false) |
ecl::is_unsigned_byte< char > | Unsigned byte trait for char types if typedef'd to unsigned char |
ecl::is_unsigned_byte< unsigned char > | Unsigned byte trait for unsigned char types |
ecl::numeric_limits< T > | Expands the std numeric_limits class |
ecl::numeric_limits< char > | Expands the std numeric_limits class for char |
ecl::numeric_limits< double > | Expands the std numeric_limits class for float |
ecl::numeric_limits< float > | Expands the std numeric_limits class for float |
ecl::numeric_limits< int > | Expands the std numeric_limits class for int |
ecl::numeric_limits< long > | Expands the std numeric_limits class for long |
ecl::numeric_limits< long double > | Expands the std numeric_limits class for float |
ecl::numeric_limits< long long > | Expands the std numeric_limits class for long long |
ecl::numeric_limits< short > | Expands the std numeric_limits class for short |
ecl::numeric_limits< unsigned char > | Expands the std numeric_limits class for unsigned char |
ecl::numeric_limits< unsigned int > | Expands the std numeric_limits class for unsigned int |
ecl::numeric_limits< unsigned long > | Expands the std numeric_limits class for unsigned long |
ecl::numeric_limits< unsigned long long > | Expands the std numeric_limits class for unsigned long long |
ecl::numeric_limits< unsigned short > | Expands the std numeric_limits class for unsigned short |