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

Function wrap_dispatch_importer__impl

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

Source from the content-addressed store, hash-verified

691
692 template <typename T, typename elem_type>
693 inline SEXP wrap_dispatch_importer__impl(const T& object, ::Rcpp::traits::r_type_primitive_tag) {
694 return wrap_dispatch_importer__impl__prim<T,elem_type>(object,
695 typename ::Rcpp::traits::r_sexptype_needscast<elem_type>());
696 }
697
698 template <typename T, typename elem_type>
699 inline SEXP wrap_dispatch_importer__impl(const T& object, ::Rcpp::traits::r_type_string_tag) {

Callers

nothing calls this directly

Calls 4

make_charsexpFunction · 0.85
wrapMethod · 0.80
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected