Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ rev
Function
rev
inst/include/Rcpp/sugar/functions/rev.h:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
template <int RTYPE,bool NA, typename T>
50
inline sugar::Rev<RTYPE,NA,T> rev( const VectorBase<RTYPE,NA,T>& t){
51
return sugar::Rev<RTYPE,NA,T>( t ) ;
52
}
53
54
} // Rcpp
55
#endif
Callers
1
runit_rev
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected