Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ integer_push_back
Function
integer_push_back
inst/tinytest/cpp/Vector.cpp:193–196 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
191
192
// [[Rcpp::export]]
193
IntegerVector integer_push_back( IntegerVector y ){
194
y.push_back( 5 ) ;
195
return y ;
196
}
197
198
// [[Rcpp::export]]
199
IntegerVector integer_push_front( IntegerVector y ){
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected