Test ROOT ClassDef.
More...
#include <JClassDef.hh>
|
static const bool | value = !std::is_same<std::false_type, decltype(exists<T>(0))>::value |
| true if ROOT compatible class; else false
|
|
|
template<class U > |
static auto | exists (U *) -> decltype(&U::Class_Name) |
|
template<class U > |
static auto | exists (...) -> std::false_type |
|
template<class T>
class JROOT::JClassDef< T >
Test ROOT ClassDef.
Definition at line 21 of file JClassDef.hh.
◆ exists() [1/2]
template<class T >
template<class U >
◆ exists() [2/2]
template<class T >
template<class U >
◆ value
true if ROOT compatible class; else false
Definition at line 27 of file JClassDef.hh.
The documentation for this class was generated from the following file: