Implementation detail that computes the return type of cast for To/From.

Synopsis

Declared in <llvm/Support/Casting.h>

template<
    class To,
    class From>
struct cast_retty_impl;

Type Aliases

Name

Description

ret_type

Result type of casting From to To (reference by default).

Specializations