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

Function wrap_dispatch_unknown

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

Source from the content-addressed store, hash-verified

504 */
505 template <typename T>
506 inline SEXP wrap_dispatch_unknown(const T& object, ::Rcpp::traits::true_type) {
507 RCPP_DEBUG_1("wrap_dispatch_unknown<%s>(., false )", DEMANGLE(T))
508 // here we know (or assume) that T is convertible to SEXP
509 SEXP x = object;
510 return x;
511 }
512
513 /**
514 * This is the worst case :

Callers 1

wrap_dispatch_eigenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected