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/C++: efficient way to use a vector returned by a function
Dec 06, 2025
c++
vector
pass-by-reference
move-semantics
pass-by-value
Container Semantics and Functional Style in D
Dec 06, 2025
functional-programming
pass-by-reference
d
pass-by-value
move-semantics
Deleted move constructor in base class does not stop derived class object to be returned from a function
Dec 03, 2025
c++
inheritance
constructor
move-semantics
Unexpected destructor call occurs when paired with move constuctor
Dec 02, 2025
c++
visual-c++
c++11
visual-studio-2012
move-semantics
Why does clang complain about a deleted move ctor when I don't move anything?
Dec 02, 2025
c++
clang
move-semantics
gcc-warning
move-constructor
So, how are basic classes written these days in C++11?
Nov 29, 2025
c++
c++11
class-design
move-semantics
rvalue
How does the move constructor look like if I have a vector (or anything like it) member variable?
Nov 28, 2025
c++
c++11
move-semantics
Why does Qt not support move-only QList?
Nov 25, 2025
c++
qt
containers
move-semantics
Why having both default destructor and vector member prevents class to be "nothrow movable constructible"?
Nov 26, 2025
c++
c++17
destructor
move-semantics
type-traits
Move constructor is not called when using boost::pool_allocator
Nov 25, 2025
c++
c++11
boost
move-semantics
boost-pool
Can't understand the implementation of std::move
Nov 17, 2025
c++
move-semantics
How to return a member of a local object
Nov 18, 2025
c++
c++11
move-semantics
rvo
Does std::move called on a prvalue deconstruct the object?
Nov 16, 2025
c++
move-semantics
rvalue-reference
rvalue
stdmove
Is C++ move constructor obsolete?
Nov 08, 2025
c++
move-semantics
How can I use `.value()` on `std::expected<T, E>` where `T` is a move-only type?
Nov 04, 2025
c++
move-semantics
std-expected
std::move whole range-expression in range-based for loop
Nov 03, 2025
c++
for-loop
move
move-semantics
Why create std::move and not use static_cast [duplicate]
Oct 30, 2025
c++
move-semantics
Non-destructively iterating over a Rust collection, but not by reference
Oct 30, 2025
iterator
rust
move-semantics
What happens to the left hand side std::vector resources on move assignment?
Oct 30, 2025
c++
c++11
vector
memory-management
move-semantics
Older Entries »