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
Using std::move with std::shared_ptr
Sep 02, 2022
c++
c++11
shared-ptr
move-semantics
Can I move-assign a std::map's contents into another std::map?
Sep 11, 2022
c++
c++11
move-semantics
What are move semantics in Rust?
Sep 19, 2022
rust
move-semantics
ownership
C++11: write move constructor with atomic<bool> member?
Oct 18, 2022
c++
c++11
atomic
move-semantics
libstdc++
Do built-in types have move semantics?
Sep 16, 2022
c++
c++11
move-semantics
built-in-types
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
« Newer Entries
Older Entries »