LLVM API Documentation

llvm::cast_convert_val< To, FromTy, FromTy > Struct Template Reference

#include <Casting.h>

List of all members.

Static Public Member Functions

static cast_retty< To, FromTy
>::ret_type 
doit (const FromTy &Val)


Detailed Description

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

Definition at line 180 of file Casting.h.


Member Function Documentation

template<class To, class FromTy>
static cast_retty<To, FromTy>::ret_type llvm::cast_convert_val< To, FromTy, FromTy >::doit ( const FromTy &  Val  )  [inline, static]

Definition at line 182 of file Casting.h.


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