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

Function MakeBindable

inst/include/Rcpp/sugar/functions/cbind.h:442–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440
441template <typename T>
442inline typename Rcpp::traits::enable_if<
443 has_stored_type<T>::value,
444 MakeBindableCall<T, true>
445>::type
446MakeBindable(const T& t) {
447 return MakeBindableCall<T, true>();
448}
449
450template <typename T>
451inline typename Rcpp::traits::enable_if<

Callers 1

cbindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected