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