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

Function runit_pl_remove_3

inst/tinytest/cpp/language.cpp:233–240  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

231
232// [[Rcpp::export]]
233Pairlist runit_pl_remove_3(){
234 Pairlist p ;
235 p.push_back( 1 ) ;
236 p.push_back( 10.0 ) ;
237 p.push_back( 20.0 ) ;
238 p.remove( 1 ) ;
239 return p ;
240}
241
242// [[Rcpp::export]]
243double runit_pl_square_1(){

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected