| 35 | typedef typename traits::storage_type<RTYPE>::type STORAGE ; |
| 36 | |
| 37 | Comparator( const LHS_TYPE& lhs_, const RHS_TYPE& rhs_) : |
| 38 | lhs(lhs_), rhs(rhs_), op() {} |
| 39 | |
| 40 | inline int operator[]( R_xlen_t i ) const { |
| 41 | STORAGE x = lhs[i] ; |
nothing calls this directly
no outgoing calls
no test coverage detected