MLIR 23.0.0git
mlir::FieldParser< AttributeT, std::enable_if_t< std::is_base_of< Attribute, AttributeT >::value, AttributeT > > Struct Template Reference

Parse an attribute. More...

#include "mlir/IR/DialectImplementation.h"

Inheritance diagram for mlir::FieldParser< AttributeT, std::enable_if_t< std::is_base_of< Attribute, AttributeT >::value, AttributeT > >:

Static Public Member Functions

static FailureOr< AttributeT > parse (AsmParser &parser)

Detailed Description

template<typename AttributeT>
struct mlir::FieldParser< AttributeT, std::enable_if_t< std::is_base_of< Attribute, AttributeT >::value, AttributeT > >

Parse an attribute.

Definition at line 78 of file DialectImplementation.h.

Member Function Documentation

◆ parse()

template<typename AttributeT>
FailureOr< AttributeT > mlir::FieldParser< AttributeT, std::enable_if_t< std::is_base_of< Attribute, AttributeT >::value, AttributeT > >::parse ( AsmParser & parser)
inlinestatic

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