LLVM API Documentation

llvm::cast_retty< To, From > Struct Template Reference

#include <Casting.h>

List of all members.

Public Types

typedef cast_retty_wrap< To,
From, typename simplify_type<
From >::SimpleType >::ret_type 
ret_type


Detailed Description

template<class To, class From>
struct llvm::cast_retty< To, From >

Definition at line 161 of file Casting.h.


Member Typedef Documentation

template<class To, class From>
typedef cast_retty_wrap<To, From, typename simplify_type<From>::SimpleType>::ret_type llvm::cast_retty< To, From >::ret_type

Definition at line 163 of file Casting.h.


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