MCPcopy 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
49template <int RTYPE,bool NA, typename T>
50inline 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_revFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected