Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in copy-elision
Guaranteed copy elision and forward declaration of returned type
Oct 17, 2022
c++
forward-declaration
copy-elision
When does NRVO kick in? What are the requirements to be satisfied?
Feb 19, 2022
c++
c++17
c++14
c++20
copy-elision
Is it safe to modify RVO values within an RAII construct? [duplicate]
Nov 16, 2022
c++
destructor
raii
copy-elision
rvo
Why does Return Value Optimization not happen if no destructor is defined?
Jun 08, 2022
c++
class
copy-elision
rvo
nrvo
In c++11, can a virtual function return a large value efficiently with move semantics?
Nov 09, 2022
c++
c++11
virtual
move-semantics
copy-elision
Move Constructor vs Copy Elision. Which one gets called?
Jul 31, 2021
c++
move-semantics
move-constructor
copy-elision
Guaranteed copy elision and Nonmoveable{Nonmoveable{}}
Jun 01, 2022
c++
gcc
c++17
copy-elision
std::pair move not elided on definition?
Jan 29, 2022
c++
std-pair
visual-c++-2012
copy-elision
Do RVO and copy elision only work within one compilation unit or not?
Sep 25, 2022
c++
copy-elision
rvo
While doing copy-elision, the compiler doesn't consider the copy constructor in overload resolution, when the move constructor is deleted. Why?
Oct 31, 2018
c++
language-lawyer
c++14
copy-elision
Copy elision on Visual C++ 2010 Beta 2
Sep 12, 2020
c++
visual-c++
c++11
visual-studio-2010
copy-elision
Returning temporaries of type with deleted move/copy ctor
Dec 30, 2021
c++
temporary
copy-elision
How many temporary objects are created when two objects are added together without the return value optimization?
Feb 07, 2022
c++
operator-keyword
copy-elision
return-value-optimization
effective-c++
When is the compiler allowed to optimize out the copy-constructor [duplicate]
Jun 27, 2022
c++
language-lawyer
copy-constructor
copy-elision
Does guaranteed copy elision work with function parameters?
Aug 31, 2022
c++
copy-constructor
c++17
object-lifetime
copy-elision
Can copy elision/RVO cause a copy/move from the same object
Aug 20, 2022
c++
copy-elision
return-value-optimization
gcc and clang both elide the call to the move constructor in the snippet below. Is this correct?
Feb 14, 2021
c++
c++11
initialization
language-lawyer
copy-elision
Does copy elision work with structured bindings
Oct 07, 2022
c++
c++17
rvalue
copy-elision
structured-bindings
MSVC cannot return an object that can be copied but cannot be moved
May 29, 2022
c++
visual-c++
c++17
language-lawyer
copy-elision
« Newer Entries
Older Entries »