16#ifndef OR_TOOLS_BASE_NUMBERS_H_
17#define OR_TOOLS_BASE_NUMBERS_H_
24#include "absl/strings/numbers.h"
#include "ortools/base/logging.h"
uint64_t ParseLeadingUInt64Value(const char *str, uint64_t deflt)
uint64_t ParseLeadingUDec64Value(const char *str, uint64_t deflt)
double ParseLeadingDoubleValue(const char *str, double deflt)
int32_t ParseLeadingDec32Value(const char *str, int32_t deflt)
int64_t ParseLeadingDec64Value(const char *str, int64_t deflt)
uint32_t ParseLeadingUDec32Value(const char *str, uint32_t deflt)
int32_t ParseLeadingInt32Value(const char *str, int32_t deflt)
false no n y bool ParseLeadingBoolValue(const char *str, bool deflt)
uint64_t ParseLeadingHex64Value(const char *str, uint64_t deflt)
uint32_t ParseLeadingUInt32Value(const char *str, uint32_t deflt)
int64_t ParseLeadingInt64Value(const char *str, int64_t deflt)