template<typename Cond, typename... Rules>
tao::TAO_PEGTL_NAMESPACE::internal::until struct

Public types

using analyze_t = analysis::generic<analysis::rule_type::SEQ, star<not_at<Cond>, not_at<eof>, Rules...>, Cond>

Public static functions

template<apply_mode A, rewind_mode M, template<typename...> class Action, template<typename...> class Control, typename Input, typename... States>
static auto match(Input& in, States && ... st) -> bool