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

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 82 of file OpDefinition.h.

Member Typedef Documentation

◆ type

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

Definition at line 83 of file OpDefinition.h.


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