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

Function MakeContainerBindable

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

Source from the content-addressed store, hash-verified

328// for template argument deduction
329template <int RTYPE>
330inline ContainerBindable<RTYPE, Rcpp::Matrix<RTYPE> >
331MakeContainerBindable(const Rcpp::Matrix<RTYPE>& x) {
332 return ContainerBindable<RTYPE, Rcpp::Matrix<RTYPE> >(x);
333}
334
335template <int RTYPE>
336inline ContainerBindable<RTYPE, Rcpp::Vector<RTYPE> >

Callers 3

operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected