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

Function List_rep_ctor

inst/tinytest/cpp/Vector.cpp:687–689  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

685
686// [[Rcpp::export]]
687List List_rep_ctor(IntegerVector x){
688 return List(3, x) ;
689}
690
691// [[Rcpp::export]]
692int stdVectorDouble(std::vector<double> x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected