LLVM 22.0.0git
llvm::cast_convert_val< To, FromTy *, FromTy * > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::cast_convert_val< To, FromTy *, FromTy * >:
[legend]

Static Public Member Functions

static cast_retty< To, FromTy * >::ret_type doit (const FromTy *Val)

Detailed Description

template<class To, class FromTy>
struct llvm::cast_convert_val< To, FromTy *, FromTy * >

Definition at line 220 of file Casting.h.

Member Function Documentation

◆ doit()

template<class To, class FromTy>
cast_retty< To, FromTy * >::ret_type llvm::cast_convert_val< To, FromTy *, FromTy * >::doit ( const FromTy * Val)
inlinestatic

Definition at line 222 of file Casting.h.


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