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

Method begin

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

Source from the content-addressed store, hash-verified

58 }
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(); }

Callers 3

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected