Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
private:
53
const T_1& vec_1 ;
Callers
4
trimws
Function · 0.45
collapse
Function · 0.45
size
Method · 0.45
size
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected