MLIR 22.0.0git
mlir::query::matcher::internal::ArgTypeTraits< DynMatcher > Struct Reference

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

Inheritance diagram for mlir::query::matcher::internal::ArgTypeTraits< DynMatcher >:

Static Public Member Functions

static bool hasCorrectType (const VariantValue &value)
static DynMatcher get (const VariantValue &value)
static ArgKind getKind ()
static std::optional< std::string > getBestGuess (const VariantValue &)

Detailed Description

Definition at line 84 of file Marshallers.h.

Member Function Documentation

◆ get()

◆ getBestGuess()

std::optional< std::string > mlir::query::matcher::internal::ArgTypeTraits< DynMatcher >::getBestGuess ( const VariantValue & )
inlinestatic

Definition at line 96 of file Marshallers.h.

◆ getKind()

Definition at line 94 of file Marshallers.h.

References mlir::query::matcher::Matcher.

◆ hasCorrectType()

bool mlir::query::matcher::internal::ArgTypeTraits< DynMatcher >::hasCorrectType ( const VariantValue & value)
inlinestatic

Definition at line 86 of file Marshallers.h.

References mlir::query::matcher::VariantValue::isMatcher().


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