| 33 | typedef typename Rcpp::traits::Extractor< RTYPE, NA, T>::type VEC_EXT ; |
| 34 | |
| 35 | Sum( const VEC_TYPE& object_ ) : object(object_.get_ref()){} |
| 36 | |
| 37 | STORAGE get() const { |
| 38 | STORAGE result = 0 ; |
nothing calls this directly
no outgoing calls
no test coverage detected