Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
template <typename T>
354
inline ScalarBindable<T>
355
MakeScalarBindable(const T& t) {
356
return ScalarBindable<T>(t);
357
}
358
359
// for expressions of arbitrary length
360
template <int RTYPE, typename E1, typename E2>
Callers
1
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected