|
Jpp 19.3.0-rc.2
the software that should make you happy
|
Template class test for availability of a suitable constructor JType_t(const JArgument_t).
More...
#include <JConstructor.hh>
Static Public Attributes | |
| static const bool | has_constructor = JTEST(test(std::declval<JArgument_t>())) |
| true if JType_t can be constructed from JArgument_t; else false | |
Static Private Member Functions | |
| static JTrue | test (const JType_t &) |
| static JFalse | test (...) |
| default false | |
Template class test for availability of a suitable constructor JType_t(const JArgument_t).
Definition at line 21 of file JConstructor.hh.
|
staticprivate |
|
staticprivate |
default false
|
static |
true if JType_t can be constructed from JArgument_t; else false
Definition at line 29 of file JConstructor.hh.