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

Method size

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

Source from the content-addressed store, hash-verified

54 }
55
56 inline int size() const {
57 return (int)v.size();
58 }
59
60 inline iterator begin(){ return v.begin(); }
61 inline iterator end(){ return v.end(); }

Calls

no outgoing calls

Tested by

no test coverage detected