| 116 | |
| 117 | template<class Context, class Arg> |
| 118 | static void dispatch_apply(Context &ctx, const Arg &arg, proto::tag::terminal) |
| 119 | { |
| 120 | dispatch_apply_terminal(ctx, proto::value(arg)); |
| 121 | } |
| 122 | |
| 123 | template<class Context, class Arg> |
| 124 | static void apply(Context &ctx, const Arg &arg) |
nothing calls this directly
no outgoing calls
no test coverage detected