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

Method Sign

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

Source from the content-addressed store, hash-verified

52 typedef int r_import_type ;
53
54 Sign( const VEC_TYPE& object_ ) : object(object_){}
55
56 inline int operator[]( R_xlen_t i ) const {
57 return get(i) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected