Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ integer_erase
Function
integer_erase
inst/tinytest/cpp/Vector.cpp:212–215 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
210
211
// [[Rcpp::export]]
212
IntegerVector integer_erase( IntegerVector y ){
213
y.erase(2) ;
214
return y ;
215
}
216
217
// [[Rcpp::export]]
218
List integer_erase_range( IntegerVector x, IntegerVector y ){
Callers
nothing calls this directly
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected