Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ sapply
Function
sapply
inst/include/Rcpp/vector/ListOf.h:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
template <typename T, typename Function>
134
T sapply(const ListOf<T>& t, Function fun) {
135
return sapply(t.get(), fun);
136
}
137
138
} // Rcpp
139
Callers
7
test_sapply_string
Function · 0.50
runit_sapply
Function · 0.50
runit_sapply_rawfun
Function · 0.50
runit_sapply_lambda
Function · 0.50
runit_sapply_square
Function · 0.50
runit_sapply_list
Function · 0.50
test_sapply_sum
Function · 0.50
Calls
1
get
Method · 0.45
Tested by
2
test_sapply_string
Function · 0.40
test_sapply_sum
Function · 0.40