SlHelpers
pybind11::detail::type_caster< std::chrono::year_month_day > Struct Template Reference

Casts a std::chrono::year_month_day to a Python datetime.date object. More...

#include <pybindSupp.h>

Public Member Functions

 PYBIND11_TYPE_CASTER (std::chrono::year_month_day, _("datetime.date"))
 The necessary boilerplate for casting std::chrono::year_month_day to Python.
 

Static Public Member Functions

static handle cast (std::chrono::year_month_day ymd, return_value_policy, handle)
 Casts a std::chrono::year_month_day to a Python datetime.date object.
 

Detailed Description

template<>
struct pybind11::detail::type_caster< std::chrono::year_month_day >

Casts a std::chrono::year_month_day to a Python datetime.date object.


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