MLIR  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
pybind11::detail::type_caster< MlirTypeID > Struct Reference

Casts object <-> MlirTypeID. More...

#include "mlir/Bindings/Python/PybindAdaptors.h"

Public Member Functions

 PYBIND11_TYPE_CASTER (MlirTypeID, _("MlirTypeID"))
 
bool load (handle src, bool)
 

Static Public Member Functions

static handle cast (MlirTypeID v, return_value_policy, handle)
 

Detailed Description

Casts object <-> MlirTypeID.

Definition at line 257 of file PybindAdaptors.h.

Member Function Documentation

◆ cast()

static handle pybind11::detail::type_caster< MlirTypeID >::cast ( MlirTypeID  v,
return_value_policy  ,
handle   
)
inlinestatic

◆ load()

bool pybind11::detail::type_caster< MlirTypeID >::load ( handle  src,
bool   
)
inline

◆ PYBIND11_TYPE_CASTER()

pybind11::detail::type_caster< MlirTypeID >::PYBIND11_TYPE_CASTER ( MlirTypeID  ,
_("MlirTypeID")   
)

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