Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Datetime
Method
Datetime
inst/include/Rcpp/date_datetime/Datetime.h:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
class Datetime {
34
public:
35
Datetime() {
36
m_dt = 0;
37
update_tm();
38
}
39
Datetime(SEXP s);
40
41
// from double, just like POSIXct
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected