Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ lapply
Function
lapply
inst/include/Rcpp/vector/ListOf.h:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
128
template <typename T, typename Function>
129
List lapply(const ListOf<T>& t, Function fun) {
130
return lapply(t.get(), fun);
131
}
132
133
template <typename T, typename Function>
134
T sapply(const ListOf<T>& t, Function fun) {
Callers
5
runit_lapply
Function · 0.50
runit_lapply_rawfun
Function · 0.50
runit_lapply_lambda
Function · 0.50
runit_lapply_seq
Function · 0.50
test_lapply_sum
Function · 0.50
Calls
1
get
Method · 0.45
Tested by
1
test_lapply_sum
Function · 0.40