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

Method ScalarBindable

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

Source from the content-addressed store, hash-verified

144
145public:
146 ScalarBindable(const T& t_) : t(t_) {}
147
148 inline R_xlen_t size() const { return 1; }
149

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected