libTriton version 1.0 build 1588
|
Public Types | |
using | exact_unsigned_type = std::uint32_t |
using | fast_unsigned_type = std::uint_fast32_t |
using | fast_signed_type = std::int_fast32_t |
Definition at line 562 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=17U) &&(BitCount<=32U)>::type >::exact_unsigned_type = std::uint32_t |
Definition at line 562 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=17U) &&(BitCount<=32U)>::type >::fast_signed_type = std::int_fast32_t |
Definition at line 562 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=17U) &&(BitCount<=32U)>::type >::fast_unsigned_type = std::uint_fast32_t |
Definition at line 562 of file uintwide_t.h.