/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.foonathan.net
| | cukic.co
2.2 parsecs away

Travel
| | Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast.
| | bannalia.blogspot.com
2.2 parsecs away

Travel
| | std::unordered_map is a highly configurable class template with five parameters: template< class Key, class Value, class Hash ...
| | www.fluentcpp.com
1.2 parsecs away

Travel
| | 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
5.2 parsecs away

Travel
| 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.