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

Function MakeScalarBindable

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

Source from the content-addressed store, hash-verified

352
353template <typename T>
354inline ScalarBindable<T>
355MakeScalarBindable(const T& t) {
356 return ScalarBindable<T>(t);
357}
358
359// for expressions of arbitrary length
360template <int RTYPE, typename E1, typename E2>

Callers 1

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected