MCPcopy Create free account
hub / github.com/boostorg/parser / make_action_context

Function make_action_context

include/boost/parser/parser.hpp:755–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753 typename Where,
754 typename OldAttr>
755 auto make_action_context(
756 parse_context<
757 DoTrace,
758 UseCallbacks,
759 I,
760 S,
761 ErrorHandler,
762 GlobalState,
763 Callbacks,
764 OldAttr,
765 Val,
766 RuleTag,
767 RuleLocals,
768 RuleParams> const & context,
769 Attr & attr,
770 Where const & where)
771 {
772 using result_type = parse_context<
773 DoTrace,
774 UseCallbacks,
775 I,
776 S,
777 ErrorHandler,
778 GlobalState,
779 Callbacks,
780 Attr,
781 Val,
782 RuleTag,
783 RuleLocals,
784 RuleParams,
785 Where>;
786 return result_type(context, attr, where);
787 }
788
789 template<
790 bool DoTrace,

Callers 2

callMethod · 0.85
callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected