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

Casts object -> MlirBlock. More...

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

Public Member Functions

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

Detailed Description

Casts object -> MlirBlock.

Definition at line 109 of file PybindAdaptors.h.

Member Function Documentation

◆ load()

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

◆ PYBIND11_TYPE_CASTER()

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

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