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

Method operator-

inst/include/Rcpp/internal/Proxy_Iterator.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return Proxy_Iterator( PROXY(*proxy.parent, proxy.index + n) ) ;
67 }
68 inline Proxy_Iterator operator-(difference_type n) const {
69 return Proxy_Iterator( PROXY(*proxy.parent, proxy.index - n) ) ;
70 }
71
72 inline Proxy_Iterator& operator+=(difference_type n) {
73 proxy.move( n ) ;

Callers

nothing calls this directly

Calls 1

Proxy_IteratorClass · 0.85

Tested by

no test coverage detected