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

Parse an Optional integer. More...

#include "mlir/IR/DialectImplementation.h"

Static Public Member Functions

static FailureOr< std::optional< IntT > > parse (AsmParser &parser)
 

Detailed Description

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

Parse an Optional integer.

Definition at line 128 of file DialectImplementation.h.

Member Function Documentation

◆ parse()

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

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