| 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 { |
nothing calls this directly
no test coverage detected