| 38 | {} |
| 39 | |
| 40 | inline T operator()(parameter_list_t parameters) |
| 41 | { |
| 42 | const unsigned char c = string_t(parameters[0])[0]; |
| 43 | return Process(c); |
| 44 | } |
| 45 | }; |
| 46 | |
| 47 | template <typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected