LLVM 22.0.0git
llvm::cast_retty_wrap< To, From, SimpleFrom > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::cast_retty_wrap< To, From, SimpleFrom >:
[legend]

Public Types

using ret_type = typename cast_retty<To, SimpleFrom>::ret_type

Detailed Description

template<class To, class From, class SimpleFrom>
struct llvm::cast_retty_wrap< To, From, SimpleFrom >

Definition at line 178 of file Casting.h.

Member Typedef Documentation

◆ ret_type

template<class To, class From, class SimpleFrom>
using llvm::cast_retty_wrap< To, From, SimpleFrom >::ret_type = typename cast_retty<To, SimpleFrom>::ret_type

Definition at line 182 of file Casting.h.


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