Overload of SimpleHexAtoi() for signed 128‐bit integers.
Synopsis
Declared in <absl/strings/numbers.h>
[[nodiscard]]
bool
SimpleHexAtoi(
std::string_view str,
absl::int128* out);
Return Value
true on success; otherwise false.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
str |
The string to parse. |
out |
The location that receives the parsed value. |
Created with MrDocs