|
ESPHome 2025.12.0-dev
|
#include <base_automation.h>
Public Member Functions | |
| LambdaCondition (std::function< bool(Ts...)> &&f) | |
| bool | check (const Ts &...x) override |
Public Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple (const std::tuple< Ts... > &tuple) |
| Call check with a tuple of values as parameter. | |
Protected Attributes | |
| std::function< bool(Ts...)> | f_ |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Definition at line 74 of file base_automation.h.
|
inlineexplicit |
Definition at line 76 of file base_automation.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 77 of file base_automation.h.
|
protected |
Definition at line 80 of file base_automation.h.