MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_pl_remove_2

Function runit_pl_remove_2

inst/tinytest/cpp/language.cpp:223–230  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

221
222// [[Rcpp::export]]
223Pairlist runit_pl_remove_2(){
224 Pairlist p ;
225 p.push_back( 1 ) ;
226 p.push_back( 10.0 ) ;
227 p.push_back( 20.0 ) ;
228 p.remove( 2 ) ;
229 return p ;
230}
231
232// [[Rcpp::export]]
233Pairlist runit_pl_remove_3(){

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected