MLIR 24.0.0git
mlir::detail::HasKeyValueFieldParser< StorageType > Struct Template Reference

Whether the selected FieldParser consumes exactly one value in a keyed property list. More...

#include "mlir/IR/DialectImplementation.h"

Inheritance diagram for mlir::detail::HasKeyValueFieldParser< StorageType >:

Detailed Description

template<typename StorageType>
struct mlir::detail::HasKeyValueFieldParser< StorageType >

Whether the selected FieldParser consumes exactly one value in a keyed property list.

Parser specializations may set isKeyValueCompositional to false if they can succeed without consuming a token or consume an undelimited comma-separated list.

Definition at line 215 of file DialectImplementation.h.


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