LLVM  3.7.0
Static Public Member Functions | List of all members
llvm::isa_impl< To, From, typename std::enable_if< std::is_base_of< To, From >::value >::type > Struct Template Reference

Always allow upcasts, and perform no dynamic check for them. More...

#include <Casting.h>

Static Public Member Functions

static bool doit (const From &)
 

Detailed Description

template<typename To, typename From>
struct llvm::isa_impl< To, From, typename std::enable_if< std::is_base_of< To, From >::value >::type >

Always allow upcasts, and perform no dynamic check for them.

Definition at line 62 of file Casting.h.

Member Function Documentation

template<typename To , typename From >
static bool llvm::isa_impl< To, From, typename std::enable_if< std::is_base_of< To, From >::value >::type >::doit ( const From &  )
inlinestatic

Definition at line 64 of file Casting.h.


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