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

Method operator>=

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

Source from the content-addressed store, hash-verified

164 return index() <= other.index() ;
165 }
166 inline bool operator>=( const iterator& other ) const {
167 return index() >= other.index() ;
168 }
169
170 inline difference_type operator-(const iterator& other) const {
171 return index() - other.index() ;

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected