Jpp  18.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Attributes | List of all members
JLANG::JConversion< JDerived_t, JBase_t > Struct Template Reference

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...
 

Detailed Description

template<class JDerived_t, class JBase_t>
struct JLANG::JConversion< JDerived_t, JBase_t >

Template class test for polymorphism.

Definition at line 22 of file JConversion.hh.

Member Data Documentation

template<class JDerived_t , class JBase_t >
const bool JLANG::JConversion< JDerived_t, JBase_t >::is_derived = std::is_base_of<JBase_t, JDerived_t>::value
static

true, if JDerived_t derives from JBase_t

Definition at line 23 of file JConversion.hh.

template<class JDerived_t , class JBase_t >
const bool JLANG::JConversion< JDerived_t, JBase_t >::is_same = std::is_same <JBase_t, JDerived_t>::value
static

true, if JDerived_t is equal to JBase_t

Definition at line 24 of file JConversion.hh.


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