Jpp
17.1.0
the software that should make you happy
|
Template class test for polymorphism. More...
#include <JConversion.hh>
Classes | |
class | JLocal |
Test convertibility of two classes. More... | |
Static Public Attributes | |
static const bool | is_derived = JLocal<const JDerived_t*, const JBase_t*>::is_derived |
true, if JDerived_t derives from JBase_t More... | |
static const bool | is_same = JLocal<const JDerived_t*, const JBase_t*>::is_same |
true, if JDerived_t is equal to JBase_t More... | |
Template class test for polymorphism.
Definition at line 21 of file JConversion.hh.
|
static |
true, if JDerived_t derives from JBase_t
Definition at line 46 of file JConversion.hh.
|
static |
true, if JDerived_t is equal to JBase_t
Definition at line 47 of file JConversion.hh.