MLIR  19.0.0git
Public Types | List of all members
mlir::PropertiesSelector< Op, std::void_t< typename Op::Properties > > Struct Template Reference

#include "mlir/IR/OpDefinition.h"

Public Types

using type = typename Op::Properties
 

Detailed Description

template<class Op>
struct mlir::PropertiesSelector< Op, std::void_t< typename Op::Properties > >

Definition at line 86 of file OpDefinition.h.

Member Typedef Documentation

◆ type

template<class Op >
using mlir::PropertiesSelector< Op, std::void_t< typename Op::Properties > >::type = typename Op::Properties

Definition at line 87 of file OpDefinition.h.


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