|
HikoGUI
A low latency retained GUI
|
Static Public Member Functions | |
| template<typename C > | |
| static std::true_type | test (decltype(&C::add_callback) func_ptr) |
| 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> |