Searched defs:SkipPast (Results 1 – 1 of 1) sorted by relevance
556 template <char goal> struct SkipPast { struct558 constexpr SkipPast() {} in SkipPast() function559 constexpr SkipPast(const SkipPast &) {} in SkipPast() function560 static std::optional<Success> Parse(ParseState &state) { in Parse()