clang 22.0.0git
clang::ast_matchers::dynamic::internal::ArgTypeTraits< double > Struct Reference

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/ASTMatchers/Dynamic/Marshallers.h"

Inheritance diagram for clang::ast_matchers::dynamic::internal::ArgTypeTraits< double >:
[legend]

Static Public Member Functions

static bool hasCorrectType (const VariantValue &Value)
static bool hasCorrectValue (const VariantValue &Value)
static double get (const VariantValue &Value)
static ArgKind getKind ()
static std::optional< std::string > getBestGuess (const VariantValue &)

Detailed Description

Definition at line 122 of file Marshallers.h.

Member Function Documentation

◆ get()

Definition at line 128 of file Marshallers.h.

◆ getBestGuess()

std::optional< std::string > clang::ast_matchers::dynamic::internal::ArgTypeTraits< double >::getBestGuess ( const VariantValue & )
inlinestatic

Definition at line 136 of file Marshallers.h.

◆ getKind()

◆ hasCorrectType()

bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< double >::hasCorrectType ( const VariantValue & Value)
inlinestatic

Definition at line 123 of file Marshallers.h.

◆ hasCorrectValue()

bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< double >::hasCorrectValue ( const VariantValue & Value)
inlinestatic

Definition at line 126 of file Marshallers.h.


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