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
Copy constructor implicitly called?
Nov 01, 2025
c++
constructor
copy-constructor
copy-elision
Is copy elision mandatory (if allowed at all) in the ternary operator?
Oct 28, 2025
c++
c++17
language-lawyer
copy-elision
What has changed in C++17 in terms of MOVE elision
Oct 26, 2025
c++
c++17
copy-elision
Why doesn't "Guaranteed Copy Elision" mean that push_back({arg1, arg2}) is the same as emplace_back(arg1, arg2)?
Oct 20, 2025
c++
c++17
language-lawyer
copy-elision
prvalue
Move elision in explicit object member functions
Oct 18, 2025
c++
language-lawyer
c++23
copy-elision
explicit-object-parameter
How does the 'explicit' keyword affect C++ copy constructors and function parameters?
Oct 16, 2025
c++
compiler-errors
explicit
copy-elision
elision
Copy/move elision vs emplace with std::optional
Sep 22, 2025
c++
gcc
copy-elision
emplace
stdoptional
copy elision visible side effect
Sep 21, 2025
c++
c++11
copy-elision
Can I copy-elide an immovable & uncopyable function result into an optional?
Sep 08, 2025
c++
copy-elision
stdoptional
Can I trust NVCC to optimize away std::pair in return types?
Sep 04, 2025
cuda
std-pair
nvcc
copy-elision
rvo
Why does operator() copy movable temporaries in Clang?
Sep 04, 2025
c++
clang++
c++23
copy-elision
explicit-object-parameter
copy initialization : why move or copy constructor was not called even if copy-elision is turned off?
Mar 08, 2023
c++
initialization
implicit-conversion
copy-elision
copy-initialization
C++ nrvo/copy elision with return statement in parentheses
Jan 05, 2023
c++
language-lawyer
copy-elision
nrvo
How to move temporary object without std::move [duplicate]
Jan 04, 2023
c++
c++11
move-semantics
copy-elision
RAII and factory design pattern?
Dec 21, 2022
c++
c++11
factory
c++17
copy-elision
How to use copy elision when function is called in if block
Dec 07, 2022
c++
conditional-statements
c++17
copy-elision
Call constructor using auto on the left side [duplicate]
Nov 25, 2022
c++
optimization
c++-faq
return-value-optimization
copy-elision
Const-correctness for non trivial variables
Oct 19, 2022
c++
copy-elision
GCC NRVO/RVO warning
Aug 03, 2021
c++
gcc
g++
copy-elision
Clang and GCC vs MSVC and ICC: Is a static_assert in the copy/move constructor required to work, if copy/move elision could apply too?
Oct 14, 2022
c++
c++11
language-lawyer
static-assert
copy-elision
Older Entries »