Newbetuts
.
New posts in move-semantics
When to make a type non-movable in C++11?
c++
c++11
move-semantics
c++-faq
Cannot move out of borrowed content when trying to transfer ownership
reference
rust
move-semantics
borrow-checker
Is a `=default` move constructor equivalent to a member-wise move constructor?
c++
c++11
constructor
default
move-semantics
What are move semantics in Rust?
rust
move-semantics
ownership
c++17 add class with deleted copy constructor to std::vector at compile time
c++
vector
c++17
copy-constructor
move-semantics
What can I do with a moved-from object?
c++
c++11
variable-assignment
swap
move-semantics
Why is `std::move` named `std::move`?
c++
c++11
move-semantics
rvalue-reference
c++-faq
What are the rules for automatic generation of move operations?
c++
c++11
move-semantics
Why would I std::move an std::shared_ptr?
c++
c++11
shared-ptr
smart-pointers
move-semantics
What constitutes a valid state for a "moved from" object in C++11?
c++
c++11
move-semantics
pimpl-idiom
invariants
Move assignment operator and `if (this != &rhs)`
c++
c++11
move-semantics
move-assignment-operator
Reusing a moved container?
c++
c++11
move-semantics
How do I use a custom deleter with a std::unique_ptr member?
c++
c++11
move-semantics
unique-ptr
Can modern C++ get you performance for free?
c++
performance
c++11
move-semantics
c++14
What is the advantage of using forwarding references in range-based for loops?
c++
performance
for-loop
c++11
move-semantics
When should std::move be used on a function return value? [duplicate]
c++
c++11
move-semantics
initializer_list and move semantics
c++
templates
c++11
move-semantics
initializer-list
Cannot move out of borrowed content / cannot move out of behind a shared reference
reference
rust
move-semantics
borrow-checker
Can I list-initialize a vector of move-only type?
c++
c++11
initializer-list
move-semantics
C++11 rvalues and move semantics confusion (return statement)
c++
c++11
move-semantics
rvalue-reference
c++-faq
Prev
Next