Posts

  • C++ - Understand copy elision

    In C++, there is a subtle mechanism which can avoid copies (and even moves), namely the “copy elision”. As this expression suggests, this means that a copy can be avoided in certain cases.

  • Welcome to my blog!

    Welcome to this blog I’ve finally started! I’ll mostly post articles about RaZ & C++, but there will most likely be various subjects I may consider writing about, according to what I’m currently interested in.