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

Function call

inst/include/Rcpp/internal/call.h:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 */
45template <typename F, typename RESULT_TYPE, typename... Us>
46SEXP call(const F& fun, SEXP* args) {
47 return internal::call_impl(fun, args,
48 internal::type_pack<RESULT_TYPE, Us...>{},
49 traits::make_index_sequence<sizeof...(Us)>{});
50}
51} // namespace Rcpp
52
53#endif

Callers 1

Environment.hFile · 0.85

Calls 1

call_implFunction · 0.85

Tested by

no test coverage detected