▼Necl | |
Cecl_traits | Forward declaration for a general purpose traits mechanims |
Cis_byte | Default action for detection of a fundamental byte type (false) |
Cis_byte< char > | Byte trait for char types |
Cis_byte< signed char > | Byte trait for signed char types |
Cis_byte< unsigned char > | Byte trait for unsigned char types |
Cis_float | Default action for detection of a fundamental float type (false) |
Cis_float< double > | Float trait for double types |
Cis_float< float > | Float trait for float types |
Cis_float< long double > | Float trait for long double types |
Cis_integral | Default action for detection of a fundamental integral type (false) |
Cis_integral< char > | Integral trait for char types |
Cis_integral< int > | Integral trait for int types |
Cis_integral< long > | Integral trait for long types |
Cis_integral< long long > | Integral trait for long long types |
Cis_integral< short > | Integral trait for short types |
Cis_integral< unsigned char > | Integral trait for unsigned char types |
Cis_integral< unsigned int > | Integral trait for unsigned int types |
Cis_integral< unsigned long > | Integral trait for unsigned long types |
Cis_integral< unsigned long long > | Integral trait for unsigned long long types |
Cis_integral< unsigned short > | Integral trait for unsigned short types |
Cis_signed | Default action for detection of a signed integral type (false) |
Cis_signed< char > | Unsigned trait for signed char types |
Cis_signed< int > | Unsigned trait for signed int types |
Cis_signed< long > | Unsigned trait for signed long types |
Cis_signed< long long > | Unsigned trait for signed long long types |
Cis_signed< short > | Unsigned trait for signed short types |
Cis_signed_byte | Default action for detection of a fundamental signed byte type (false) |
Cis_signed_byte< char > | Signed byte trait for char types if typedef'd to signed char |
Cis_signed_byte< signed char > | Signed byte trait for signed char types |
Cis_unsigned | Default action for detection of an unsigned integral type (false) |
Cis_unsigned< unsigned char > | Unsigned trait for unsigned char types |
Cis_unsigned< unsigned int > | Unsigned trait for unsigned int types |
Cis_unsigned< unsigned long > | Unsigned trait for unsigned long types |
Cis_unsigned< unsigned long long > | Unsigned trait for unsigned long long types |
Cis_unsigned< unsigned short > | Unsigned trait for unsigned short types |
Cis_unsigned_byte | Default action for detection of a fundamental unsigned byte type (false) |
Cis_unsigned_byte< char > | Unsigned byte trait for char types if typedef'd to unsigned char |
Cis_unsigned_byte< unsigned char > | Unsigned byte trait for unsigned char types |
Cnumeric_limits | Expands the std numeric_limits class |
Cnumeric_limits< char > | Expands the std numeric_limits class for char |
Cnumeric_limits< double > | Expands the std numeric_limits class for float |
Cnumeric_limits< float > | Expands the std numeric_limits class for float |
Cnumeric_limits< int > | Expands the std numeric_limits class for int |
Cnumeric_limits< long > | Expands the std numeric_limits class for long |
Cnumeric_limits< long double > | Expands the std numeric_limits class for float |
Cnumeric_limits< long long > | Expands the std numeric_limits class for long long |
Cnumeric_limits< short > | Expands the std numeric_limits class for short |
Cnumeric_limits< unsigned char > | Expands the std numeric_limits class for unsigned char |
Cnumeric_limits< unsigned int > | Expands the std numeric_limits class for unsigned int |
Cnumeric_limits< unsigned long > | Expands the std numeric_limits class for unsigned long |
Cnumeric_limits< unsigned long long > | Expands the std numeric_limits class for unsigned long long |
Cnumeric_limits< unsigned short > | Expands the std numeric_limits class for unsigned short |