 
      
    | You are here | www.sjbrown.co.uk | ||
| | | | | yotam.net | |
| | | | | A blog about free software and programming | |
| | | | | nrk.neocities.org | |
| | | | | ||
| | | | | eyakubovich.github.io | |
| | | | | 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 | |
| | | 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... | ||