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

Function Datetime_ostream

inst/tinytest/cpp/dates.cpp:193–197  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

191
192// [[Rcpp::export]]
193std::string Datetime_ostream(Datetime d) {
194 std::stringstream os;
195 os << d;
196 return os.str();
197}
198
199// [[Rcpp::export]]
200Date gmtime_mktime(Date d) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected