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

Method operator<

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

Source from the content-addressed store, hash-verified

155 return ( i != y.i || j != y.j ) ;
156 }
157 inline bool operator<( const iterator& other ) const {
158 return index() < other.index() ;
159 }
160 inline bool operator>( const iterator& other ) const {
161 return index() > other.index() ;
162 }

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected