template<template<typename...> class Control, typename... Rules>
tao::TAO_PEGTL_NAMESPACE::internal::control struct

Public types

using analyze_t = analysis::generic<analysis::rule_type::SEQ, Rules...>

Public static functions

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