35 #ifndef _BLAZE_UTIL_BYTE_H_
36 #define _BLAZE_UTIL_BYTE_H_
61 typedef unsigned char byte;
#define BLAZE_CONSTRAINT_MUST_BE_INTEGRAL_TYPE(T)
Constraint on the data type.In case the given data type T is not an integral data type...
Definition: Integral.h:78
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Constraint on the size of a data type.
Constraint on the data type.
#define BLAZE_CONSTRAINT_MUST_HAVE_SIZE(T, S)
Constraint on the size of a data type.In case the type T doesn't have a size of S bytes...
Definition: Size.h:78
unsigned char byte
Byte data type of the Blaze library.The byte data type is guaranteed to be an integral data type of s...
Definition: Byte.h:61