Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
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
 
static const bool is_same = std::is_same <JBase_t, JDerived_t>::value
 true, if JDerived_t is equal to JBase_t
 

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

◆ is_derived

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.

◆ is_same

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: