libTriton
version 1.0 build 1532
|
Public Types | |
using | exact_unsigned_type = std::uint16_t |
using | fast_unsigned_type = std::uint_fast16_t |
using | fast_signed_type = std::int_fast16_t |
Definition at line 561 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=9U) &&(BitCount<=16U)>::type >::exact_unsigned_type = std::uint16_t |
Definition at line 561 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=9U) &&(BitCount<=16U)>::type >::fast_signed_type = std::int_fast16_t |
Definition at line 561 of file uintwide_t.h.
using math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=9U) &&(BitCount<=16U)>::type >::fast_unsigned_type = std::uint_fast16_t |
Definition at line 561 of file uintwide_t.h.