CppCon 2016: Roland Bock “Variants of variadic AND'

preview_player
Показать описание


Lightning Talk


*-----*
*-----*
Рекомендации по теме
Комментарии
Автор

If recursion is clear enough, why to avoid it? How often do we instantiate templates with thousands of parameters in real life?

eugnsp
Автор

the std::is_same trick is **really** ticky! btw, the noexcept trick is inspiring.

leiwu