Searched defs:DigitStringIgnoreSpaces (Results 1 – 1 of 1) sorted by relevance
456 struct DigitStringIgnoreSpaces { struct457 using resultType = std::uint64_t;458 static std::optional<std::uint64_t> Parse(ParseState &state) { in Parse()