Login
From:
Andrzej's C++ blog
(Uncensored)
subscribe
The cost of std::initializer_list | Andrzej's C++ blog
https://akrzemi1.wordpress.com/2016/07/07/the-cost-of-stdinitializer_list/
links
backlinks
Roast topics
Find topics
Find it!
C++ aims to be a language for people working close to metal. It offers abstractions that cost no (or minimum) run-time or memory overhead. If you require zero-overhead abstractions, std::initialize…