|
ESPHome 2026.3.0-dev
|
SFINAE helper: detects whether T overrides Component::loop(). More...
#include <application.h>
SFINAE helper: detects whether T overrides Component::loop().
When &T::loop is ambiguous (multiple inheritance with separate loop() methods), the ambiguity itself proves an override exists, so the true_type default is correct.
Definition at line 128 of file application.h.