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

Method operator<=

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

Source from the content-addressed store, hash-verified

161 return index() > other.index() ;
162 }
163 inline bool operator<=( const iterator& other ) const {
164 return index() <= other.index() ;
165 }
166 inline bool operator>=( const iterator& other ) const {
167 return index() >= other.index() ;
168 }

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected