Mantid
Loading...
Searching...
No Matches
Typedefs
std::literals::wide_integer_literals Namespace Reference

Typedefs

using int128_t = wide_int< 128 >
 
using int256_t = wide_int< 256 >
 
using int512_t = wide_int< 512 >
 
using uint128_t = wide_uint< 128 >
 
using uint256_t = wide_uint< 256 >
 
using uint512_t = wide_uint< 512 >
 
template<size_t Bits>
using wide_int = wide_integer< Bits, signed >
 
template<size_t Bits>
using wide_uint = wide_integer< Bits, unsigned >
 

Typedef Documentation

◆ int128_t

Definition at line 287 of file WideInt.h.

◆ int256_t

Definition at line 290 of file WideInt.h.

◆ int512_t

Definition at line 293 of file WideInt.h.

◆ uint128_t

Definition at line 288 of file WideInt.h.

◆ uint256_t

Definition at line 291 of file WideInt.h.

◆ uint512_t

Definition at line 294 of file WideInt.h.

◆ wide_int

template<size_t Bits>
using std::literals::wide_integer_literals::wide_int = typedef wide_integer<Bits, signed>

Definition at line 283 of file WideInt.h.

◆ wide_uint

template<size_t Bits>
using std::literals::wide_integer_literals::wide_uint = typedef wide_integer<Bits, unsigned>

Definition at line 285 of file WideInt.h.