|
using | type = std::chrono::time_point< std::chrono::system_clock, Duration > |
|
|
bool | load (handle src, bool) |
|
| PYBIND11_TYPE_CASTER (type, _("datetime.datetime")) |
|
|
static handle | cast (const std::chrono::time_point< std::chrono::system_clock, Duration > &src, return_value_policy, handle) |
|
template<typename Duration>
class type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > >
Definition at line 99 of file chrono.h.
The documentation for this class was generated from the following file: