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

Method operator-

inst/include/Rcpp/sugar/Range.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 Range operator-( int n ){
78 return Range( start - n, end_ - n ) ;
79 }
80
81 inline R_xlen_t get_start() const { return start ; }
82

Callers

nothing calls this directly

Calls 1

RangeClass · 0.70

Tested by

no test coverage detected