| 31 | typedef typename Rcpp::VectorBase<LGLSXP,NA,T> VEC_TYPE ; |
| 32 | typedef SingleLogicalResult< true, All<NA,T> > PARENT ; |
| 33 | All( const VEC_TYPE& t ) : PARENT() , object(t) {} |
| 34 | |
| 35 | void apply(){ |
| 36 | R_xlen_t n = object.size() ; |
nothing calls this directly
no outgoing calls
no test coverage detected