MLIR  19.0.0git
mlir::FieldParser< T, typename > Struct Template Reference

Provide a template class that can be specialized by users to dispatch to parsers. More...

Detailed Description

template<typename T, typename = T>
struct mlir::FieldParser< T, typename >

Provide a template class that can be specialized by users to dispatch to parsers.

Auto-generated parsers generate calls to FieldParser<T>::parse, where T is the parameter storage type, to parse custom types.

Definition at line 58 of file DialectImplementation.h.


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