MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Datetime>

Method Datetime>

inst/include/Rcpp/api/meat/Datetime.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37 template<>
38 inline SEXP wrap_extra_steps<Rcpp::Datetime>(SEXP x) {
39 Rf_setAttrib(x, R_ClassSymbol, internal::getPosixClasses());
40 return x;
41 }
42
43 template <>
44 inline SEXP wrap<Datetime>(const Datetime &date) {

Callers

nothing calls this directly

Calls 1

getPosixClassesFunction · 0.85

Tested by

no test coverage detected