LLVM 22.0.0git
llvm::isa_impl_cl< To, const std::unique_ptr< From > > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::isa_impl_cl< To, const std::unique_ptr< From > >:
[legend]

Static Public Member Functions

static bool doit (const std::unique_ptr< From > &Val)

Detailed Description

template<typename To, typename From>
struct llvm::isa_impl_cl< To, const std::unique_ptr< From > >

Definition at line 86 of file Casting.h.

Member Function Documentation

◆ doit()

template<typename To, typename From>
bool llvm::isa_impl_cl< To, const std::unique_ptr< From > >::doit ( const std::unique_ptr< From > & Val)
inlinestatic

Definition at line 87 of file Casting.h.

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


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