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