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 move-semantics
What is use of the ref-qualifier `const &&`?
Oct 27, 2022
c++
c++11
language-lawyer
move-semantics
rvalue-reference
Why is passing by value (if a copy is needed) recommended in C++11 if a const reference only costs a single copy as well?
Aug 31, 2022
c++
c++11
move-semantics
What are the rules for automatic generation of move operations?
Sep 05, 2022
c++
c++11
move-semantics
What optimization does move semantics provide if we already have RVO?
Feb 15, 2022
c++
optimization
c++11
move-semantics
Is specializing std::swap deprecated now that we have move semantics? [duplicate]
Aug 31, 2022
c++
templates
c++11
swap
move-semantics
Is it possible to std::move local stack variables?
Aug 31, 2022
c++
c++11
move
move-semantics
Passing by value vs const & and && overloads
Aug 31, 2022
c++
c++11
rvalue-reference
move-semantics
why is the destructor call after the std::move necessary?
Aug 30, 2022
c++
memory-management
c++11
move-semantics
explicit-destructor-call
Const reference VS move semantics
Aug 30, 2022
c++11
constants
move-semantics
Is std::move really needed on initialization list of constructor for heavy members passed by value?
Aug 22, 2022
c++
c++11
language-lawyer
move-semantics
initialization-list
Why does Visual Studio not perform return value optimization (RVO) in this case
Mar 05, 2018
c++
c++11
visual-studio-2013
move-semantics
rvo
How to actually implement the rule of five?
Nov 11, 2022
c++
c++11
move-semantics
rvalue-reference
Why does moving a pointer variable not set it to null?
Aug 29, 2022
c++
pointers
null
c++11
move-semantics
Transferring the ownership of object from one unique_ptr to another unique_ptr in C++11?
Aug 28, 2022
c++
c++11
std
move-semantics
Why doesn't `std::stringstream::stringstream(std::string&&)` exist?
Aug 28, 2022
c++
c++17
move-semantics
stringstream
rvalue-reference
Is std::array movable?
Sep 15, 2022
c++
arrays
c++11
move-semantics
What does the standard library guarantee about self move assignment?
Oct 30, 2022
c++
stl
c++11
move-semantics
Move or Named Return Value Optimization (NRVO)?
Aug 28, 2022
c++
optimization
c++11
move-semantics
return-value-optimization
Is a moved-from vector always empty?
Aug 28, 2022
c++
c++11
vector
language-lawyer
move-semantics
Overload on reference, versus sole pass-by-value + std::move?
Dec 15, 2021
c++
c++11
move-semantics
rvalue-reference
« Newer Entries
Older Entries »