Static Value-Flow Analysis
Static Public Member Functions | List of all members
SVF::SVFUtil::isa_impl< To, From, Enabler > Struct Template Reference

#include <Casting.h>

Static Public Member Functions

static bool doit (const From &Val)
 

Detailed Description

template<typename To, typename From, typename Enabler = void>
struct SVF::SVFUtil::isa_impl< To, From, Enabler >

Definition at line 132 of file Casting.h.

Member Function Documentation

◆ doit()

template<typename To , typename From , typename Enabler = void>
static bool SVF::SVFUtil::isa_impl< To, From, Enabler >::doit ( const From &  Val)
inlinestatic

Definition at line 134 of file Casting.h.

135  {
136  return To::classof(&Val);
137  }

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