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<=8U)>::type > Struct Template Reference

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
 

Detailed Description

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

Definition at line 560 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<=8U)>::type >::exact_unsigned_type = std::uint8_t

Definition at line 560 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<=8U)>::type >::fast_signed_type = std::int_fast8_t

Definition at line 560 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<=8U)>::type >::fast_unsigned_type = std::uint_fast8_t

Definition at line 560 of file uintwide_t.h.


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