Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ncol
Method
ncol
inst/include/Rcpp/sugar/functions/cbind.h:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
inline R_xlen_t ncol() const {
73
return static_cast<const E&>(*this).ncol();
74
}
75
76
operator E&() { return static_cast<E&>(*this); }
77
operator const E&() const { return static_cast<const E&>(*this); }
Callers
nothing calls this directly
Calls
1
ncol
Method · 0.45
Tested by
no test coverage detected