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

Class action_parser

include/boost/parser/parser_fwd.hpp:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 Produces no attribute. */
232 template<typename Parser, typename Action>
233 struct action_parser;
234
235 /** Applies the given parser `p` of type `Parser`. The attribute produced
236 by `p` is passed to the fiven invocable `f` of type `F`. `f` will

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected