LLVM  8.0.1
Public Types | List of all members
llvm::cast_retty_impl< To, From * > Struct Template Reference

#include "llvm/Support/Casting.h"

Public Types

using ret_type = To *
 

Detailed Description

template<class To, class From>
struct llvm::cast_retty_impl< To, From * >

Definition at line 162 of file Casting.h.

Member Typedef Documentation

◆ ret_type

template<class To , class From >
using llvm::cast_retty_impl< To, From * >::ret_type = To *

Definition at line 163 of file Casting.h.


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