| 3150 | {} |
| 3151 | template<class F> |
| 3152 | const Token* operator()(const Token* start, const Token* end, F f) const |
| 3153 | { |
| 3154 | return findTokenSkipDeadCode(library, start, end, std::move(f), *evaluate); |
| 3155 | } |
| 3156 | }; |
| 3157 | } |
| 3158 |
nothing calls this directly
no test coverage detected