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

Function cbind

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

Source from the content-addressed store, hash-verified

513
514template<typename T1, typename T2>
515inline typename cbind_impl::matrix_return<T1>::type
516cbind(const T1& t1, const T2& t2) {
517 return (MakeBindable(t1), MakeBindable(t2));
518}
519
520template<typename T1, typename T2, typename T3>
521inline typename cbind_impl::matrix_return<T1>::type

Callers 15

n_cbind_mmFunction · 0.85
n_cbind_mvFunction · 0.85
n_cbind_msFunction · 0.85
n_cbind_vvFunction · 0.85
n_cbind_vmFunction · 0.85
n_cbind_vsFunction · 0.85
n_cbind_smFunction · 0.85
n_cbind_svFunction · 0.85
n_cbind_ssFunction · 0.85
n_cbind9Function · 0.85
i_cbind_mmFunction · 0.85
i_cbind_mvFunction · 0.85

Calls 1

MakeBindableFunction · 0.85

Tested by

no test coverage detected