20 #include "absl/log/check.h"
21 #include "absl/strings/numbers.h"
22 #include "absl/strings/string_view.h"
28 CHECK(absl::SimpleAtoi(word, &result));
34 CHECK(absl::SimpleAtoi(word, &result));
Collection of objects used to extend the Constraint Solver library.
int32_t strtoint32(absl::string_view word)
int64_t strtoint64(absl::string_view word)