Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ list_erase_range
Function
list_erase_range
inst/tinytest/cpp/Vector.cpp:414–417 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
412
413
// [[Rcpp::export]]
414
List list_erase_range( List list ){
415
list.erase( 0, 2 ) ;
416
return list ;
417
}
418
419
// [[Rcpp::export]]
420
List list_implicit_push_back(){
Callers
nothing calls this directly
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected