HikoGUI
A low latency retained GUI
|
Static Public Member Functions | |
template<typename C > | |
static std::true_type | test (typename C::value_type *) |
template<typename > | |
static std::false_type | test (...) |
Static Public Attributes | |
static const bool | value = std::is_same_v<decltype(test<T>(nullptr)), std::true_type> |