/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

entangledlogs.com
| | akrzemi1.wordpress.com
3.4 parsecs away

Travel
| | What is the difference between a concept and a type trait? Note that you can create a type trait using a requires-expression: You can also constrain a template with a type trait using a requires-clause: There are differences though. Some are in the language, some in the tools, and one is human communication. Concepts for...
| | www.fluentcpp.com
2.7 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.
| | degoes.net
3.5 parsecs away

Travel
| | Writing code that expects concrete data structures inhibits code reuse.
| | blog.ploeh.dk
24.5 parsecs away

Travel
| Programming languages don't have to have a built-in notion of error handling. You can implement sane error handling from first principles. An introduction for object-oriented programmers.