Template class test for availability of a suitable constructor JType_t(const JArgument_t).
More...
#include <JConstructor.hh>
|
| static const bool | has_constructor = JTEST(test(std::declval<JArgument_t>())) |
| | true if JType_t can be constructed from JArgument_t; else false
|
| |
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 21 of file JConstructor.hh.
◆ test() [1/3]
template<class JType_t , class JArgument_t >
◆ test() [2/3]
template<class JType_t , class JArgument_t >
| static JFalse JLANG::JTest::test |
( |
| ... | ) |
|
|
staticprivate |
◆ test() [3/3]
template<class JType_t , class JArgument_t >
template<class __T__ >
| static JFalse JLANG::JTest::test |
( |
| ... | ) |
|
|
staticprivate |
◆ has_constructor
template<class JType_t , class JArgument_t >
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: