Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ as_list_int
Function
as_list_int
inst/tinytest/cpp/as.cpp:59–59 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
57
58
// [[Rcpp::export]]
59
std::list<int> as_list_int( SEXP x){ return as< std::list<int> >(x) ; }
60
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected