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

Method push_front

inst/include/Rcpp/vector/Vector.h:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462 template <typename T>
463 void push_front( const T& object){
464 push_front__impl( converter_type::get(object),
465 typename traits::same_type<stored_type,SEXP>() ) ;
466 }
467
468 template <typename T>
469 void push_front( const T& object, const std::string& name){

Callers 10

DataFrame_PushFrontNamedFunction · 0.45
test_push_frontFunction · 0.45
integer_push_frontFunction · 0.45
list_push_frontFunction · 0.45
runit_pl_push_frontFunction · 0.45
stretchy_listFunction · 0.45
named_stretchy_listFunction · 0.45
DottedPairImplClass · 0.45

Calls

no outgoing calls

Tested by 1

test_push_frontFunction · 0.36