libTriton version 1.0 build 1592
|
Public Types | |
using | exact_unsigned_type = std::uint8_t |
using | fast_unsigned_type = std::uint_fast8_t |
using | fast_signed_type = std::int_fast8_t |
Definition at line 560 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount<=8U)>::type >::exact_unsigned_type = std::uint8_t |
Definition at line 560 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount<=8U)>::type >::fast_signed_type = std::int_fast8_t |
Definition at line 560 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount<=8U)>::type >::fast_unsigned_type = std::uint_fast8_t |
Definition at line 560 of file uintwide_t.h.