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:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
return from.getFractionalTimestamp();
130
}
131
template<> inline Rcpp::Datetime caster<double,Rcpp::Datetime>(double from) {
132
return Rcpp::Datetime( from );
133
}
134
}
135
136
template<> SEXP wrap_extra_steps<Rcpp::Datetime>(SEXP x);
Callers
nothing calls this directly
Calls
1
Datetime
Class · 0.70
Tested by
no test coverage detected