|
template<typename U > |
static std::true_type | Test (Check< Ret(*)(Args...), &U::TYPENAME > *) |
|
template<typename U > |
static std::false_type | Test (...) |
|
|
static const bool | value = decltype(Test<testType>(0))::value |
|
template<typename T>
template<typename testType, typename Ret, typename... Args>
struct pFlow::checkStatic< T >::has_static_member_TYPENAME< testType, Ret(Args...)>
Definition at line 52 of file typeInfo.hpp.
◆ Test() [1/2]
static std::true_type Test |
( |
Check< Ret(*)(Args...), &U::TYPENAME > * |
| ) |
|
|
static |
◆ Test() [2/2]
static std::false_type Test |
( |
|
... | ) |
|
|
static |
◆ value
const bool value = decltype(Test<testType>(0))::value |
|
static |
The documentation for this struct was generated from the following file: