MLIR 22.0.0git
mlir::query::matcher::has_bound_match< T, std::void_t< decltype(std::declval< T >().match(std::declval< Operation * >(), std::declval< SetVector< Operation * > & >()))> > Struct Template Reference

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

Inheritance diagram for mlir::query::matcher::has_bound_match< T, std::void_t< decltype(std::declval< T >().match(std::declval< Operation * >(), std::declval< SetVector< Operation * > & >()))> >:

Detailed Description

template<typename T>
struct mlir::query::matcher::has_bound_match< T, std::void_t< decltype(std::declval< T >().match(std::declval< Operation * >(), std::declval< SetVector< Operation * > & >()))> >

Definition at line 58 of file MatchersInternal.h.


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