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

Casts object -> MlirContext. More...

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

Public Member Functions

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

Detailed Description

Casts object -> MlirContext.

Definition at line 119 of file PybindAdaptors.h.

Member Function Documentation

◆ load()

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

◆ PYBIND11_TYPE_CASTER()

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

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