Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_erase
Function · 0.80
integer_erase_range
Function · 0.80
integer_erase_range_2
Function · 0.80
List_erase_range_2
Function · 0.80
integer_erase2
Function · 0.80
list_erase
Function · 0.80
list_erase_range
Function · 0.80
from_list
Method · 0.80
operator()
Method · 0.80
customRSignature
Method · 0.80
readLines
Function · 0.80
parseSourceDependencies
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected