MLIR 22.0.0git
mlir::PropertiesSelector< Op, class > Struct Template Reference

Traits to detect whether an Operation defined a Properties type, otherwise it'll default to EmptyProperties. More...

#include "mlir/IR/OpDefinition.h"

Inheritance diagram for mlir::PropertiesSelector< Op, class >:

Public Types

using type = EmptyProperties

Detailed Description

template<class Op, class = void>
struct mlir::PropertiesSelector< Op, class >

Traits to detect whether an Operation defined a Properties type, otherwise it'll default to EmptyProperties.

Definition at line 86 of file OpDefinition.h.

Member Typedef Documentation

◆ type

template<class Op, class = void>
using mlir::PropertiesSelector< Op, class >::type = EmptyProperties

Definition at line 87 of file OpDefinition.h.


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