struct isa_impl
Declaration
template <typename To, typename From, typename Enabler = void>
struct isa_impl { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/Casting.h:56
Templates
- To
- From
- Enabler = void
Method Overview
- public static inline bool doit(const From & Val)
Methods
ΒΆstatic inline bool doit(const From& Val)
static inline bool doit(const From& Val)
Declared at: llvm/include/llvm/Support/Casting.h:57
Parameters
- const From& Val