LLVM 22.0.0git
llvm::cast_retty_impl< To, const From *const > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::cast_retty_impl< To, const From *const >:
[legend]

Public Types

using ret_type = const To *

Detailed Description

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

Definition at line 164 of file Casting.h.

Member Typedef Documentation

◆ ret_type

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

Definition at line 165 of file Casting.h.


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