Jpp  18.2.1
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::JAbstractClass< T > Struct Template Reference

Template class test for abstractness. More...

#include <JAbstractClass.hh>

Static Public Attributes

static const bool is_abstract = std::is_abstract<T>::value
 true of class is abstract; else false More...
 

Detailed Description

template<class T>
struct JLANG::JAbstractClass< T >

Template class test for abstractness.

Definition at line 20 of file JAbstractClass.hh.

Member Data Documentation

template<class T >
const bool JLANG::JAbstractClass< T >::is_abstract = std::is_abstract<T>::value
static

true of class is abstract; else false

Definition at line 21 of file JAbstractClass.hh.


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