Files
esphome/esphome/core
J. Nick Koston 49b2882f2b [core] Fix TemplatableValue union for non-trivially-constructible types
Add explicit Storage union with trivial ctor/dtor so that
TemplatableValue works with non-trivially-constructible types like
std::vector<uint8_t>. The union's value_ lifetime is managed
externally via placement new and destroy_().

Reverts esp32_ble_server back to TEMPLATABLE_VALUE macro.
2026-04-07 19:56:41 -10:00
..
2025-06-25 12:03:41 +00:00
2025-06-29 07:56:12 +12:00
2025-06-25 12:03:41 +00:00
2025-05-19 13:57:41 +12:00