| 80 | typedef not_<RTYPE,NA> OPERATOR ; |
| 81 | |
| 82 | Not_Vector( const VEC_TYPE& lhs_ ) : |
| 83 | lhs(lhs_), op() {} |
| 84 | |
| 85 | inline STORAGE operator[]( R_xlen_t i ) const { |
| 86 | return op.apply( lhs[i] ) ; |
nothing calls this directly
no outgoing calls
no test coverage detected