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

Function wrap_dispatch_unknown_importable

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

Source from the content-addressed store, hash-verified

783 */
784 template <typename T>
785 inline SEXP wrap_dispatch_unknown_importable(const T& object, ::Rcpp::traits::false_type) {
786 RCPP_DEBUG_1("wrap_dispatch_unknown_importable<%s>(., false )", DEMANGLE(T))
787 return wrap_dispatch_eigen(object, typename traits::is_eigen_base<T>::type());
788 }
789
790 /**
791 * called when T is an Importer

Callers 1

wrap_dispatchFunction · 0.85

Calls 1

wrap_dispatch_eigenFunction · 0.85

Tested by

no test coverage detected