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

Method begin

inst/include/Rcpp/vector/Vector.h:331–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 }
330
331 inline iterator begin() { return cache.get() ; }
332 inline iterator end() { return cache.get() + size(); }
333 inline const_iterator begin() const{ return cache.get_const() ; }
334 inline const_iterator end() const{ return cache.get_const() + size() ; }

Callers 10

VectorMethod · 0.45
push_back__implMethod · 0.45
push_back_name__implMethod · 0.45
push_front__implMethod · 0.45
push_front_name__implMethod · 0.45
insert__implMethod · 0.45
erase_single__implMethod · 0.45
erase_range__implMethod · 0.45
create__dispatchMethod · 0.45
Vector.hFile · 0.45

Calls 2

getMethod · 0.45
get_constMethod · 0.45

Tested by

no test coverage detected