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