Overload of SimpleAtoi() for signed 128-bit integers.
Declared in <absl/strings/numbers.h>
[[nodiscard]]
bool
SimpleAtoi(
std::string_view str,
absl::int128* out);
| Name | Description |
|---|---|
| str | The string to parse. |
| out | The location that receives the parsed value. |