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

Method push_back

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

Source from the content-addressed store, hash-verified

447
448 template <typename T>
449 void push_back( const T& object){
450 push_back__impl( converter_type::get(object),
451 typename traits::same_type<stored_type,SEXP>()
452 ) ;
453 }
454
455 template <typename T>
456 void push_back( const T& object, const std::string& name ){

Callers 15

DataFrame_PushBackNamedFunction · 0.45
DataFrame_PushWrongSizeFunction · 0.45
DataFrame_PushZeroLengthFunction · 0.45
DataFrame_PushOnEmptyFunction · 0.45
test_move_ctorFunction · 0.45
xptr_1Function · 0.45
checkVersionFunction · 0.45
integer_push_backFunction · 0.45
list_push_backFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_move_ctorFunction · 0.36