FITFLOP
Home

move-constructor (1 post)


posts by category not found!

How to know if compiler will use copy elision and if I need to use std::move

Understanding Copy Elision and When to Use std move The C compiler often employs a powerful optimization known as copy elision This optimization which eliminate

2 min read 03-10-2024 49
How to know if compiler will use copy elision and if I need to use std::move
How to know if compiler will use copy elision and if I need to use std::move