LLVM: llvm::cast_retty_wrap< To, FromTy, FromTy (original) (raw)

#include "[llvm/Support/Casting.h](Casting%5F8h%5Fsource.html)"

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: