Searched defs:SignedDigitString (Results 1 – 1 of 1) sorted by relevance
439 struct SignedDigitString { struct440 using resultType = std::int64_t;441 static std::optional<std::int64_t> Parse(ParseState &state) { in Parse()