|
You are here |
www.foonathan.net | ||
| | | | |
cukic.co
|
|
| | | | | Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast. | |
| | | | |
bannalia.blogspot.com
|
|
| | | | | std::unordered_map is a highly configurable class template with five parameters: template< class Key, class Value, class Hash ... | |
| | | | |
www.fluentcpp.com
|
|
| | | | | There is a particular case for default parameters: it's when their type is a template type. Read on to see how to get this right. | |
| | | | |
www.fluentcpp.com
|
|
| | | Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type. | ||