MLIR  19.0.0git
Static Public Member Functions | List of all members
mlir::FieldParser< IntT, std::enable_if_t< std::is_integral< IntT >::value, IntT > > Struct Template Reference

Parse any integer. More...

#include "mlir/IR/DialectImplementation.h"

Static Public Member Functions

static FailureOr< IntT > parse (AsmParser &parser)
 

Detailed Description

template<typename IntT>
struct mlir::FieldParser< IntT, std::enable_if_t< std::is_integral< IntT >::value, IntT > >

Parse any integer.

Definition at line 87 of file DialectImplementation.h.

Member Function Documentation

◆ parse()

template<typename IntT >
static FailureOr<IntT> mlir::FieldParser< IntT, std::enable_if_t< std::is_integral< IntT >::value, IntT > >::parse ( AsmParser parser)
inlinestatic

Definition at line 89 of file DialectImplementation.h.

References mlir::failure(), and mlir::AsmParser::parseInteger().


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