struct cast_convert_val
Declaration
template <class To, class From, class SimpleFrom>
struct cast_convert_val { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/Casting.h:216
Templates
- To
- From
- SimpleFrom
Method Overview
- public static typename cast_retty<To, From>::ret_type doit(From & Val)
Methods
ΒΆstatic typename cast_retty<To, From>::ret_type
doit(From& Val)
static typename cast_retty<To, From>::ret_type
doit(From& Val)
Declared at: llvm/include/llvm/Support/Casting.h:218
Parameters
- From& Val