Signed byte trait for char types if typedef'd to signed 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 |
Signed byte trait for char types if typedef'd to signed char.
Specialisation for the is a signed byte trait for char types. This depends on whether the platform has typedef'd char to signed char or not.
Definition at line 283 of file fundamental_types.hpp.