ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Четверг
18 апреля
813754 Топик полностью
Evgeny_CD, Архитектор (01.02.2018 22:16, просмотров: 382) ответил Evgeny_CD на [C++ embedded lib библиотеки] Сводный системный топик.
[ETL] -> Embedded Template Library The ETL is not designed to completely replace the STL, but complement it. Its design objective covers four main areas. https://www.etlcpp.co
• Create a set of containers where the size or maximum size is determined at compile time. These containers should be largely equivalent to those supplied in the STL, with a compatible API. • Be compatible with C++ 03 but implement as many of the C++ 11 additions as possible. • Have deterministic behaviour. • Add other useful components that are not present in the standard library.