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

#include "llvm/Support/Casting.h"

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

Public Types

using ret_type = typename cast_retty_impl<To, FromTy>::ret_type

Detailed Description

template<class To, class FromTy>
struct llvm::cast_retty_wrap< To, FromTy, FromTy >

Definition at line 185 of file Casting.h.

Member Typedef Documentation

◆ ret_type

template<class To, class FromTy>
using llvm::cast_retty_wrap< To, FromTy, FromTy >::ret_type = typename cast_retty_impl<To, FromTy>::ret_type

Definition at line 187 of file Casting.h.


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