MLIR  21.0.0git
Public Member Functions | List of all members
mlir::query::matcher::VariadicOperatorMatcher< Ps > Class Template Reference

#include "mlir/Query/Matcher/MatchersInternal.h"

Public Member Functions

 VariadicOperatorMatcher (DynMatcher::VariadicOperator varOp, Ps &&...params)
 
 operator std::unique_ptr< DynMatcher > () const &
 
 operator std::unique_ptr< DynMatcher > () &&
 

Detailed Description

template<typename... Ps>
class mlir::query::matcher::VariadicOperatorMatcher< Ps >

Definition at line 173 of file MatchersInternal.h.

Constructor & Destructor Documentation

◆ VariadicOperatorMatcher()

template<typename... Ps>
mlir::query::matcher::VariadicOperatorMatcher< Ps >::VariadicOperatorMatcher ( DynMatcher::VariadicOperator  varOp,
Ps &&...  params 
)
inline

Definition at line 175 of file MatchersInternal.h.

Member Function Documentation

◆ operator std::unique_ptr< DynMatcher >() [1/2]

template<typename... Ps>
mlir::query::matcher::VariadicOperatorMatcher< Ps >::operator std::unique_ptr< DynMatcher > ( ) &&
inline

◆ operator std::unique_ptr< DynMatcher >() [2/2]

template<typename... Ps>
mlir::query::matcher::VariadicOperatorMatcher< Ps >::operator std::unique_ptr< DynMatcher > ( ) const &
inline

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