Unsigned byte trait for char types if typedef'd to unsigned char. More...
#include <fundamental_types.hpp>

Additional Inherited Members | |
Public Types inherited from ecl::Bool<!std::numeric_limits< char >::is_signed > | |
| typedef Bool< !std::numeric_limits< char >::is_signed > | type |
| typedef bool | value_type |
Public Member Functions inherited from ecl::Bool<!std::numeric_limits< char >::is_signed > | |
| operator bool () const | |
| virtual | ~Bool () |
Static Public Attributes inherited from ecl::Bool<!std::numeric_limits< char >::is_signed > | |
| static bool const | value |
Unsigned byte trait for char types if typedef'd to unsigned char.
Specialisation for the is a unsigned byte trait for char types. This depends on whether the platform has typedef'd char to unsigned char or not.
Definition at line 312 of file fundamental_types.hpp.