clang 22.0.0git
clang::Value::convertFwd< T > Struct Template Reference

#include "clang/Interpreter/Value.h"

Inheritance diagram for clang::Value::convertFwd< T >:
[legend]

Static Public Member Functions

static T cast (const Value &V)

Detailed Description

template<typename T>
struct clang::Value::convertFwd< T >

Definition at line 178 of file Value.h.

Member Function Documentation

◆ cast()

template<typename T>
T clang::Value::convertFwd< T >::cast ( const Value & V)
inlinestatic

Definition at line 179 of file Value.h.

References clang::T, V, and clang::Value::Value().

Referenced by clang::Value::convertTo().


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