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
Workaround for not being able to move from initializer_list?
May 27, 2026
c++
c++20
move-semantics
initializer-list
c++23
Why is std::is_move_constructible<S>::value == false despite S move-constructing just fine? What is the correct behavior?
May 28, 2026
c++
c++11
c++17
move-semantics
move-constructor
Why or when should I cast callable function parameters to an rvalue before invocation?
May 25, 2026
c++
move-semantics
higher-order-functions
std::move and rvalue assignment operator for a class with const data members
May 24, 2026
c++
c++11
move-semantics
assignment-operator
rvalue-reference
How to add elements to vector without invoking copy-constructor?
May 24, 2026
c++
c++11
vector
copy-constructor
move-semantics
C++ choice of pass by value vs pass by reference for POD math structure classes for high performance applications considering cache coherency
May 23, 2026
c++
performance
memory-management
move-semantics
data-oriented-design
Is there any advantage to moving a pointer?
May 21, 2026
c++
pointers
move-semantics
Does it make sense to reuse destructor logic by using std::swap in a move assignment operator?
May 18, 2026
c++
c++11
move-semantics
move-assignment-operator
Why do moving vector and moving element have different effect on vector's size?
May 13, 2026
c++
vector
move
move-semantics
"Use of deleted function" when calling `std::unique_ptr` move constructor?
May 10, 2026
c++
constructor
smart-pointers
move-semantics
std::vector of movable-only lambdas, is it possible?
May 09, 2026
c++
lambda
c++14
move-semantics
move from unique_ptr to stack variable
May 10, 2026
c++
unique-ptr
move-semantics
Are move semantics useful if no heap is used?
May 04, 2026
c++
heap-memory
move
move-semantics
Signature of source- and sink-functions with move-semantics
May 01, 2026
c++
c++11
move-semantics
std::move of *this and later access to class methods and fields
May 02, 2026
c++
c++11
move-semantics
Does noexcept matter with explicitly defaulted move constructor/assignment operator?
Apr 28, 2026
c++
move-semantics
noexcept
Alternative for std::function that works with move lambdas? [duplicate]
Apr 24, 2026
c++
lambda
move-semantics
c++14
C++: Move Semantic with Integer [duplicate]
Apr 18, 2026
c++
c++11
move-semantics
Older Entries »