Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_pl_remove_1
Function
runit_pl_remove_1
inst/tinytest/cpp/language.cpp:212–219 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
210
211
// [[Rcpp::export]]
212
Pairlist runit_pl_remove_1(){
213
Pairlist p ;
214
p.push_back( 1 ) ;
215
p.push_back( 10.0 ) ;
216
p.push_back( 20.0 ) ;
217
p.remove( 0 ) ;
218
return p ;
219
}
220
221
222
// [[Rcpp::export]]
Callers
nothing calls this directly
Calls
2
push_back
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected