Returns the higher 64‐bit value of an int128 value.
Synopsis
Declared in <absl/numeric/int128.h>
constexpr
int64_t
Int128High64(int128 v);
Return Value
The high‐order 64 bits of v.
Parameters
Name |
Description |
v |
The value to inspect. |
Created with MrDocs