MLIR  20.0.0git
Static Public Member Functions | List of all members
mlir::query::matcher::internal::ArgTypeTraits< DynMatcher > Struct Reference

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

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 54 of file Marshallers.h.

Member Function Documentation

◆ get()

static DynMatcher mlir::query::matcher::internal::ArgTypeTraits< DynMatcher >::get ( const VariantValue value)
inlinestatic

◆ getBestGuess()

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

Definition at line 66 of file Marshallers.h.

◆ getKind()

Definition at line 64 of file Marshallers.h.

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

◆ hasCorrectType()

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

Definition at line 56 of file Marshallers.h.

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


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