22#ifndef Rcpp__sugar__r_binary_op_h
23#define Rcpp__sugar__r_binary_op_h
29#define RCPP_OP(NAME,OP) \
33 typedef typename traits::storage_type<RTYPE>::type STORAGE ; \
34 inline int operator()( STORAGE lhs, STORAGE rhs) const { \
#define RCPP_OP(NAME, OP)