ESPHome 2025.5.0
|
#include <helpers.h>
Static Public Member Functions | |
template<class U > | |
static auto | test (U *p) -> decltype((*p)(std::declval< Args >()...), void(), std::true_type()) |
template<class U > | |
static auto | test (...) -> decltype(std::false_type()) |
Static Public Attributes | |
static constexpr auto | value = decltype(test<T>(nullptr))::value |
|
static |
|
static |
|
staticconstexpr |