|
typedef std::chrono::duration< Rep, Period > ::rep | rep |
|
using | period = typename std::chrono::duration< Rep, Period > ::period |
|
using | days = std::chrono::duration< uint_fast32_t, std::ratio< 86400 > > |
|
|
bool | load (handle src, bool) |
|
| PYBIND11_TYPE_CASTER (std::chrono::duration< Rep, Period >, _("datetime.timedelta")) |
|
|
static const std::chrono::duration< rep, period > & | get_duration (const std::chrono::duration< rep, period > &src) |
|
static std::chrono::duration< rep, period > | get_duration (const std::chrono::time_point< Clock, std::chrono::duration< rep, period >> &src) |
|
static handle | cast (const std::chrono::duration< Rep, Period > &src, return_value_policy, handle) |
|
template<typename Rep, typename Period>
class type_caster< std::chrono::duration< Rep, Period > >
Definition at line 186 of file chrono.h.
The documentation for this class was generated from the following file: