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, const_name("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 120 of file chrono.h.

Member Typedef Documentation

◆ type

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 122 of file chrono.h.

Member Function Documentation

◆ cast()

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 173 of file chrono.h.

◆ load()

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

Definition at line 123 of file chrono.h.

◆ PYBIND11_TYPE_CASTER()

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

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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:22