MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / end

Method end

inst/include/Rcpp/internal/GreedyVector.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 inline iterator begin(){ return v.begin(); }
61 inline iterator end(){ return v.end(); }
62
63 inline const_iterator begin() const { return v.begin(); }
64 inline const_iterator end() const { return v.end(); }

Calls

no outgoing calls

Tested by

no test coverage detected