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

Function wrap_dispatch

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

Source from the content-addressed store, hash-verified

741
742 template <typename T>
743 inline SEXP wrap_dispatch(const T& object, ::Rcpp::traits::wrap_type_primitive_tag) {
744 return primitive_wrap(object);
745 }
746
747 template <typename T>
748 inline SEXP wrap_dispatch(const T& object, ::Rcpp::traits::wrap_type_char_array) {

Callers 1

wrapFunction · 0.85

Calls 3

primitive_wrapFunction · 0.85
wrapFunction · 0.70

Tested by

no test coverage detected