libTriton version 1.0 build 1592
Loading...
Searching...
No Matches
Public Types | List of all members
math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=33U) &&(BitCount<=64U)>::type > Struct Template Reference

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
 

Detailed Description

template<const size_t BitCount>
struct math::wide_integer::detail::uint_type_helper< BitCount, typename std::enable_if<(BitCount >=33U) &&(BitCount<=64U)>::type >

Definition at line 563 of file uintwide_t.h.

Member Typedef Documentation

◆ exact_unsigned_type

template<const size_t BitCount>
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.

◆ fast_signed_type

template<const size_t BitCount>
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.

◆ fast_unsigned_type

template<const size_t BitCount>
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.


The documentation for this struct was generated from the following file: