35 #ifndef _BLAZE_UTIL_TYPES_H_
36 #define _BLAZE_UTIL_TYPES_H_
44 #include <boost/cstdint.hpp>
105 using boost::uint16_t;
114 using boost::int32_t;
123 using boost::uint32_t;
132 #ifndef BOOST_NO_INT64_T
133 using boost::int64_t;
143 #ifndef BOOST_NO_INT64_T
144 using boost::uint64_t;
153 #ifndef BOOST_NO_INT64_T
165 #ifndef BOOST_NO_INT64_T
uint64_t ularge_t
The largest available unsigned integer data type.
Definition: Types.h:166
int64_t large_t
The largest available signed integer data type.
Definition: Types.h:154
32-bit unsigned integer type of the Blaze library.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
ularge_t id_t
Unsigned integer data type for integral IDs.
Definition: Types.h:177
64-bit unsigned integer type of the Blaze library.
64-bit signed integer type of the Blaze library.
32-bit signed integer type of the Blaze library.