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
Is this correct usage of C++ 'move' semantics?
Sep 02, 2022
c++
c++11
move-semantics
c++-standard-library
copy vs std::move for ints
Sep 02, 2022
c++
c++11
move-semantics
Proper way (move semantics) to return a std::vector from function calling in C++11
Sep 02, 2022
c++
stl
c++11
move-semantics
return-value-optimization
Move semantics == custom swap function obsolete?
Aug 18, 2022
c++
c++11
swap
move-semantics
obsolete
Does a default virtual destructor prevent compiler-generated move operations?
Sep 01, 2022
c++
c++11
move-semantics
virtual-destructor
What is the behaviour of compiler generated move constructor?
May 15, 2019
c++
c++11
move-semantics
Is std::move(*this) a good pattern?
Aug 22, 2022
c++
c++11
this
move-semantics
lvalue
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
« Newer Entries
Older Entries »