Jpp  17.3.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Attributes | Static Protected Member Functions | Static Private Member Functions | List of all members
JLANG::JConstructor< JType_t, JArgument_t > Class Template Reference

Template class test for availability of a suitable constructor JType_t(const JArgument_t). More...

#include <JConstructor.hh>

Inheritance diagram for JLANG::JConstructor< JType_t, JArgument_t >:
JLANG::JTest

Static Public Attributes

static const bool has_constructor = JTEST(test(getReference()))
 true if JType_t can be constructed from JArgument_t; else false More...
 

Static Protected Member Functions

static JFalse test (...)
 default false More...
 

Static Private Member Functions

static JTrue test (const JType_t &)
 
static const JArgument_t & getReference ()
 

Detailed Description

template<class JType_t, class JArgument_t>
class JLANG::JConstructor< JType_t, JArgument_t >

Template class test for availability of a suitable constructor JType_t(const JArgument_t).

Definition at line 19 of file JConstructor.hh.

Member Function Documentation

template<class JType_t , class JArgument_t >
static JTrue JLANG::JConstructor< JType_t, JArgument_t >::test ( const JType_t &  )
staticprivate
template<class JType_t , class JArgument_t >
static const JArgument_t& JLANG::JConstructor< JType_t, JArgument_t >::getReference ( )
staticprivate
static JFalse JLANG::JTest::test (   ...)
staticprotectedinherited

default false

Member Data Documentation

template<class JType_t , class JArgument_t >
const bool JLANG::JConstructor< JType_t, JArgument_t >::has_constructor = JTEST(test(getReference()))
static

true if JType_t can be constructed from JArgument_t; else false

Definition at line 29 of file JConstructor.hh.


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