Searched refs:numeric_value (Results 1 – 1 of 1) sorted by relevance
95 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric() argument97 auto result = std::from_chars(value.c_str(), value.c_str() + value.size(), *numeric_value, 10); in GetNumeric()