Checks if T has a member variable of type U. More...
#include <VisualTemplates.h>
Static Public Attributes | |
static constexpr bool | value = decltype(test<T>(nullptr))::value |
Static Private Member Functions | |
template<typename C > | |
static std::true_type | test (decltype(static_cast< U C::* >(nullptr)) *) |
template<typename > | |
static std::false_type | test (...) |
Checks if T has a member variable of type U.