Public Types | Public Member Functions | Static Public Member Functions | List of all members
type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > > Class Template Reference

#include <chrono.h>

Public Types

using type = std::chrono::time_point< std::chrono::system_clock, Duration >
 

Public Member Functions

bool load (handle src, bool)
 
 PYBIND11_TYPE_CASTER (type, _("datetime.datetime"))
 

Static Public Member Functions

static handle cast (const std::chrono::time_point< std::chrono::system_clock, Duration > &src, return_value_policy, handle)
 

Detailed Description

template<typename Duration>
class type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > >

Definition at line 99 of file chrono.h.

Member Typedef Documentation

template<typename Duration >
using type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > >::type = std::chrono::time_point<std::chrono::system_clock, Duration>

Definition at line 101 of file chrono.h.

Member Function Documentation

template<typename Duration >
static handle type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > >::cast ( const std::chrono::time_point< std::chrono::system_clock, Duration > &  src,
return_value_policy  ,
handle   
)
inlinestatic

Definition at line 147 of file chrono.h.

template<typename Duration >
bool type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > >::load ( handle  src,
bool   
)
inline

Definition at line 102 of file chrono.h.

template<typename Duration >
type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > >::PYBIND11_TYPE_CASTER ( type  ,
_("datetime.datetime")   
)

The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54