| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected