MLIR  19.0.0git
Static Public Member Functions | List of all members
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"

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 62 of file DialectImplementation.h.

Member Function Documentation

◆ parse()

template<typename AttributeT >
static 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: