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

Function as_deque_int

inst/tinytest/cpp/as.cpp:56–56  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

54
55// [[Rcpp::export]]
56std::deque<int> as_deque_int( SEXP x){ return as< std::deque<int> >(x) ; }
57
58// [[Rcpp::export]]
59std::list<int> as_list_int( SEXP x){ return as< std::list<int> >(x) ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected