Create an Uint128 object having the 128‐bit integer bit pattern of the value of the specified initialValue.
Synopsis
Declared in <bdldfp_uint128.h>
Uint128(bsls::Types::Uint64 initialValue);
Parameters
Name |
Description |
initialValue |
64‐bit value used as the low‐order bits |
Created with MrDocs