Constructs a uint128 from a signed __int128 value.
Synopsis
Declared in <absl/numeric/int128.h>
constexpr
uint128(__int128 v);
Parameters
Name |
Description |
v |
The value to convert. |
Created with MrDocs