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. |
|
Bitwise AND‐assign this object with the specified |
|
Bitwise left‐shift‐assign this object by the specified |
|
Bitwise right‐shift‐assign this object by the specified |
|
Bitwise XOR‐assign this object with the specified |
|
Bitwise OR‐assign this object with 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 the bitwise left shift of the specified |
|
Return |
|
Return the bitwise right shift of the specified |
|
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