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

Function wrap_dispatch_eigen

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

Source from the content-addressed store, hash-verified

766
767 template <typename T>
768 inline SEXP wrap_dispatch_eigen(const T& object, ::Rcpp::traits::false_type) {
769 RCPP_DEBUG_1("wrap_dispatch_eigen<%s>(., false )", DEMANGLE(T))
770 return wrap_dispatch_unknown(object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type());
771 }
772
773 template <typename T>
774 inline SEXP wrap_dispatch_eigen(const T& object, ::Rcpp::traits::true_type) {

Callers 1

Calls 1

wrap_dispatch_unknownFunction · 0.85

Tested by

no test coverage detected