mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 16:26:17 +08:00
* feat: Add constexpr support for delegate construction and assignment in C++14 and C++20 * docs: add more docstring coverage #1473 * docs: note constexpr availability for function-pointer overloads Update docs/callbacks/delegate.md to reflect the new ETL_CONSTEXPR14 annotations on delegate(function_ptr) and create(function_ptr), and add a paragraph to the Constexpr section explaining which function-pointer APIs are usable in constant expressions at C++14 vs C++20. #1473 --------- Co-authored-by: Roland Reichwein <Roland.Reichwein@bmw.de> |
||
|---|---|---|
| .. | ||
| _index.md | ||
| callback-service.md | ||
| closure.md | ||
| delegate_observable.md | ||
| delegate-service.md | ||
| delegate-vs-inplace_function.md | ||
| delegate.md | ||
| function.md | ||
| inplace_function.md | ||
| signal.md | ||