libTriton version 1.0 build 1592
|
Public Types | |
using | exact_unsigned_type = std::uint64_t |
using | fast_unsigned_type = std::uint_fast64_t |
using | fast_signed_type = std::int_fast64_t |
Definition at line 563 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=33U) &&(BitCount<=64U)>::type >::exact_unsigned_type = std::uint64_t |
Definition at line 563 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=33U) &&(BitCount<=64U)>::type >::fast_signed_type = std::int_fast64_t |
Definition at line 563 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=33U) &&(BitCount<=64U)>::type >::fast_unsigned_type = std::uint_fast64_t |
Definition at line 563 of file uintwide_t.h.