MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Function operator()

inst/include/Rcpp/Function.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 SEXP operator()() const {
85 Shield<SEXP> call(Rf_lang1(Storage::get__()));
86 return Rcpp_fast_eval(call, R_GlobalEnv);
87 }
88
89 template <typename... T>
90 SEXP operator()(const T&... args) const {

Callers

nothing calls this directly

Calls 3

Rcpp_fast_evalFunction · 0.85
invokeFunction · 0.85
pairlistFunction · 0.85

Tested by

no test coverage detected