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

Function Date_ostream

inst/tinytest/cpp/dates.cpp:186–190  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

184
185// [[Rcpp::export]]
186std::string Date_ostream(Date d) {
187 std::stringstream os;
188 os << d;
189 return os.str();
190}
191
192// [[Rcpp::export]]
193std::string Datetime_ostream(Datetime d) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected