LLVM 22.0.0git
llvm::isa_impl< To, From, std::enable_if_t< std::is_base_of_v< To, From > > > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::isa_impl< To, From, std::enable_if_t< std::is_base_of_v< To, From > > >:
[legend]

Static Public Member Functions

static bool doit (const From &)

Detailed Description

template<typename To, typename From>
struct llvm::isa_impl< To, From, std::enable_if_t< std::is_base_of_v< To, From > > >

Definition at line 69 of file Casting.h.

Member Function Documentation

◆ doit()

template<typename To, typename From>
bool llvm::isa_impl< To, From, std::enable_if_t< std::is_base_of_v< To, From > > >::doit ( const From & )
inlinestatic

Definition at line 70 of file Casting.h.


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