Signed byte trait for char types if typedef'd to signed 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 |
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.