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

Function primitive_wrap

inst/include/Rcpp/internal/wrap.h:494–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 */
493 template <typename T>
494 inline SEXP primitive_wrap(const T& object) {
495 return primitive_wrap__impl(object, typename ::Rcpp::traits::r_type_traits<T>::r_category());
496 }
497 // }}}
498
499 // {{{ unknown

Callers 1

wrap_dispatchFunction · 0.85

Calls 1

primitive_wrap__implFunction · 0.85

Tested by

no test coverage detected