Unsigned byte trait for char types if typedef'd to unsigned char. More...
#include <fundamental_types.hpp>
Additional Inherited Members | |
![]() | |
typedef Bool< !std::numeric_limits< char >::is_signed > | type |
typedef bool | value_type |
![]() | |
operator bool () const | |
virtual | ~Bool () |
![]() | |
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.