|
Jpp
18.3.1
the software that should make you happy
|
Test existence of class T. More...
#include <JResolve.hh>
Static Public Attributes | |
| static const bool | value = std::is_same<bool, decltype(exists<T>(0))>::value |
| true if an implementation of class T exists; else false More... | |
Static Private Member Functions | |
| template<class U > | |
| static auto | exists (U *) -> decltype(sizeof(U) >=0) |
| template<typename > | |
| static auto | exists (...) -> std::false_type |
Test existence of class T.
Definition at line 18 of file JResolve.hh.
|
staticprivatepure virtual |
|
staticprivate |
|
static |
true if an implementation of class T exists; else false
Definition at line 24 of file JResolve.hh.
1.8.5