MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator>

Method operator>

inst/include/Rcpp/vector/MatrixBase.h:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 return index() < other.index() ;
159 }
160 inline bool operator>( const iterator& other ) const {
161 return index() > other.index() ;
162 }
163 inline bool operator<=( const iterator& other ) const {
164 return index() <= other.index() ;
165 }

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected