Jpp
18.3.0
the software that should make you happy
|
Template class test for polymorphism. More...
#include <JConversion.hh>
Static Public Attributes | |
static const bool | is_derived = std::is_base_of<JBase_t, JDerived_t>::value |
true, if JDerived_t derives from JBase_t More... | |
static const bool | is_same = std::is_same <JBase_t, JDerived_t>::value |
true, if JDerived_t is equal to JBase_t More... | |
Template class test for polymorphism.
Definition at line 22 of file JConversion.hh.
|
static |
true, if JDerived_t derives from JBase_t
Definition at line 23 of file JConversion.hh.
|
static |
true, if JDerived_t is equal to JBase_t
Definition at line 24 of file JConversion.hh.