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