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

Method operator+

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

Source from the content-addressed store, hash-verified

63 }
64
65 inline Proxy_Iterator operator+(difference_type n) const {
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 }

Callers

nothing calls this directly

Calls 1

Proxy_IteratorClass · 0.85

Tested by

no test coverage detected