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