template<typename Rule, typename... Rules>
plus struct
Contents
- Reference
Public types
-
using analyze_t = analysis::
generic<analysis::rule_type::SEQ, Rule, Rules..., opt<plus>>
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