Newbetuts
.
New posts in move-semantics
Why doesn't `std::stringstream::stringstream(std::string&&)` exist?
c++
c++17
move-semantics
stringstream
rvalue-reference
Initializer-list-constructing a vector of noncopyable (but movable) objects
c++
vector
c++11
move-semantics
initializer-list
Transferring the ownership of object from one unique_ptr to another unique_ptr in C++11?
c++
c++11
std
move-semantics
Move out element of std priority_queue in C++11
c++
c++11
move-semantics
move-constructor
Is std::array movable?
c++
arrays
c++11
move-semantics
When is explicit move needed for a return statement?
c++
c++11
return
implicit-conversion
move-semantics
Should we write `std::move` in the cases when RVO can not be done?
c++
return-value
move-semantics
copy-elision
return-value-optimization
Should the Copy-and-Swap Idiom become the Copy-and-Move Idiom in C++11?
c++
c++11
move-semantics
assignment-operator
copy-and-swap
Overload on reference, versus sole pass-by-value + std::move?
c++
c++11
move-semantics
rvalue-reference
copy vs std::move for ints
c++
c++11
move-semantics
Move semantics and function order evaluation
c++
c++11
initialization
move-semantics
unspecified-behavior
What is a "Regular Type" in the context of move semantics?
c++
generics
c++11
move-semantics
problems with Move constructor and Move overloaded assignment operator?
c++
move
destructor
move-semantics
rvalue-reference
Why is derived class move constructible when base class isn't?
c++
c++11
language-lawyer
move-semantics
move-constructor
Move constructor on derived object
c++
c++11
move-semantics
Should I delete the move constructor and the move assignment of a smart pointer?
c++
c++11
smart-pointers
move-semantics
Move or Named Return Value Optimization (NRVO)?
c++
optimization
c++11
move-semantics
return-value-optimization
Move semantics == custom swap function obsolete?
c++
c++11
swap
move-semantics
obsolete
Workarounds for no 'rvalue references to *this' feature
c++
c++11
move-semantics
rvalue-reference
Can I typically/always use std::forward instead of std::move?
c++
c++11
move-semantics
rvalue-reference
perfect-forwarding
Prev
Next