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

Method size

inst/include/Rcpp/sugar/functions/mapply/mapply_2.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 return fun( vec_1[i], vec_2[i] );
49 }
50 inline R_xlen_t size() const { return vec_1.size() ; }
51
52private:
53 const T_1& vec_1 ;

Callers 4

trimwsFunction · 0.45
collapseFunction · 0.45
sizeMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected