MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / All

Method All

inst/include/Rcpp/sugar/functions/all.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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() ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected