|
ESPHome 2026.4.0-dev
|
CallbackManager backed by StaticVector for compile-time-known callback counts. More...
CallbackManager backed by StaticVector for compile-time-known callback counts.
Drop-in replacement for CallbackManager that avoids std::vector template bloat (_M_realloc_insert, etc.) when the maximum number of callbacks is known at compile time.
| N | Maximum number of callbacks (compile-time constant, typically from cg.add_define()) |
| Ts | The arguments for the callbacks, wrapped in void(). |