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
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
Validity of presenting an xvalue as an lvalue
Apr 12, 2026
c++
c++17
language-lawyer
move-semantics
xvalue
move semantics and Lifetime of variables when binding lvalue to rvalues reference
Apr 12, 2026
c++
c++11
move-semantics
Calling base class move ctor [C++0x]
Apr 10, 2026
c++
c++11
rvalue-reference
move-semantics
Forwarding non-copyable type to std::thread
Apr 10, 2026
c++
multithreading
c++11
move-semantics
perfect-forwarding
Should I move a temporary into a variable?
Apr 04, 2026
c++
c++11
move-semantics
c++14
« Newer Entries
Older Entries »