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

Method erase

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

Source from the content-addressed store, hash-verified

487 }
488
489 iterator erase( int position){
490 return erase_single__impl( cache.get() + position) ;
491 }
492
493 iterator erase( iterator position){
494 return erase_single__impl( position ) ;

Callers 15

integer_eraseFunction · 0.80
integer_erase_rangeFunction · 0.80
integer_erase_range_2Function · 0.80
List_erase_range_2Function · 0.80
integer_erase2Function · 0.80
list_eraseFunction · 0.80
list_erase_rangeFunction · 0.80
from_listMethod · 0.80
operator()Method · 0.80
customRSignatureMethod · 0.80
readLinesFunction · 0.80
parseSourceDependenciesFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected