OR-Tools  9.6
strtoint.h File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Functions

int32_t strtoint32 (absl::string_view word)
 
int64_t strtoint64 (absl::string_view word)
 
int32_t atoi32 (const std::string &word)
 
int64_t atoi64 (const std::string &word)