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

Function ctor_int

inst/tinytest/cpp/dates.cpp:43–46  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

41
42// [[Rcpp::export]]
43SEXP ctor_int(int d) {
44 Date dt = Date(d);
45 return wrap(dt);
46}
47
48// [[Rcpp::export]]
49SEXP ctor_string(std::string x) {

Callers

nothing calls this directly

Calls 2

DateClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected