This value‐semantic type represents a 128‐bit integer, with host machine byte order.
Synopsis
Declared in <bdldfp_uint128.h>
class Uint128;
Member Functions
Name |
Description |
|
Constructors |
Return the high order bits of this integer. |
|
Return the low order bits of this integer. |
|
Set the value of this object to the value of a the bitwise and between this 128 bit integer and the specified |
|
Set the value of this object to the value of a bitwise left shift of this 128 bit integer shifted by the specified |
|
Set the value of this object to the value of a bitwise right shift of this 128 bit integer shifted by the specified |
|
Set the value of this object to the value of a the bitwise xor between this 128 bit integer and the specified |
|
Set the value of this object to the value of a the bitwise or between this 128 bit integer and the specified |
|
Set the high order bits of this integer to the specified |
|
Set the low order bits of this integer to the specified |
Non-Member Functions
Name |
Description |
Return |
|
Return an Uint128 object having the value of a the bitwise and between the specified |
|
Return an |
|
Return |
|
Return an |
|
Return an Uint128 object having the value of a the bitwise xor between the specified |
|
Return an Uint128 object having the value of a the bitwise or between the specified |
|
Return an |
Created with MrDocs