Searched defs:DigitString64 (Results 1 – 1 of 1) sorted by relevance
386 struct DigitString64 { struct387 using resultType = std::uint64_t;388 static std::optional<std::uint64_t> Parse(ParseState &state) { in Parse()