Explore >> Select a destination


You are here

www.sjbrown.co.uk
| | yotam.net
11.7 parsecs away

Travel
| | A blog about free software and programming
| | nrk.neocities.org
12.4 parsecs away

Travel
| |
| | eyakubovich.github.io
15.5 parsecs away

Travel
| | The guidance around function arguments and smart pointers is quite old, yet I still see it used incorrectly. In this post, we'll explore the guidance and the costs of not following the advice. C++ Core Guidelines make this point clear: F.7: For general use, take T* or T& arguments rather...
| | akrzemi1.wordpress.com
102.0 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...