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

Method Comparator

inst/include/Rcpp/sugar/operators/Comparator.h:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 typedef typename traits::storage_type<RTYPE>::type STORAGE ;
36
37 Comparator( const LHS_TYPE& lhs_, const RHS_TYPE& rhs_) :
38 lhs(lhs_), rhs(rhs_), op() {}
39
40 inline int operator[]( R_xlen_t i ) const {
41 STORAGE x = lhs[i] ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected