LLVM 22.0.0git
llvm::isa_impl_wrap< To, FromTy, FromTy > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::isa_impl_wrap< To, FromTy, FromTy >:
[legend]

Static Public Member Functions

static bool doit (const FromTy &Val)

Detailed Description

template<typename To, typename FromTy>
struct llvm::isa_impl_wrap< To, FromTy, FromTy >

Definition at line 134 of file Casting.h.

Member Function Documentation

◆ doit()

template<typename To, typename FromTy>
bool llvm::isa_impl_wrap< To, FromTy, FromTy >::doit ( const FromTy & Val)
inlinestatic

Definition at line 136 of file Casting.h.

References llvm::isa_impl_cl< To, From >::doit().


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