| 41 | class Grabber{ |
| 42 | public: |
| 43 | Grabber( IntegerVector& res_, CharacterVector& names_ ) : res(res_), names(names_), index(0){} |
| 44 | |
| 45 | template <typename T> |
| 46 | inline void operator()( T pair){ |
nothing calls this directly
no outgoing calls
no test coverage detected