▼Necl | Embedded control libraries |
CBool | Integral constant wrapper for boolean values |
Cenable_if | Enables the SFINAE concept |
Cenable_if_c | Conditional class for (true) implementation of enable_if |
Cenable_if_c< false, T > | Conditional class for (false) implementation of enable_if |
CFailedObject | An object designed to fail with compile time error upon instantiation |
Cif_c | The metaprogramming equivalent of the 'if' function |
Cif_c< false, T1, T2 > | Specialisation of the metaprogrammed 'if' statement when false |
CUnsigned | Primary template for signed to unsigned type metafunctions |
CUnsigned< char > | Metafunction for char to unsigned char type conversions |
CUnsigned< int > | Metafunction for int to unsigned int type conversions |
CUnsigned< long > | Metafunction for long to unsigned long type conversions |
CUnsigned< long long > | Metafunction for long long to unsigned long long type conversions |
CUnsigned< short > | Metafunction for short to unsigned short type conversions |
CUnsigned< unsigned char > | Metafunction returning same type for unsigned chars |
CUnsigned< unsigned int > | Metafunction returning same type for unsigned ints |
CUnsigned< unsigned long > | Metafunction returning same type for unsigned longs |
CUnsigned< unsigned long long > | Metafunction returning same type for unsigned long longs |
CUnsigned< unsigned short > | Metafunction returning same type for unsigned shorts |