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 Tcast (const Value &V)

Detailed Description

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

Definition at line 189 of file Value.h.

Member Function Documentation

◆ cast()

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

Definition at line 190 of file Value.h.

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


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