MCPcopy 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]]
408List list_erase( List list ){
409 list.erase( list.begin() ) ;
410 return list ;
411}
412
413// [[Rcpp::export]]
414List list_erase_range( List list ){

Callers

nothing calls this directly

Calls 2

eraseMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected