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++11 constructors
Mar 26, 2023
c++
c++11
move-semantics
How to improve std::vector parameter passing (move semantics?)
Mar 19, 2023
c++
c++11
move-semantics
How to a mark a function as invalidating its argument
Mar 19, 2023
c++
c++11
types
move-semantics
rvalue-reference
Why doesn't this std::string C++ code give compile-time error?
Mar 16, 2023
c++
string
move-semantics
Making a const unique_ptr then trying to std::move from it gives the same error as if you were trying to access the copy constructor
Mar 12, 2023
c++
c++11
copy-constructor
smart-pointers
move-semantics
Is it safe to call size() method on moved-from vector? [duplicate]
Mar 05, 2023
c++
c++17
stdvector
move-semantics
vector<map<move-only type>> does not compile with MSVC
Mar 05, 2023
c++
vector
visual-c++
move-semantics
return std::move(m_field) or return m_field?
Mar 04, 2023
c++
move-semantics
std::move and static_cast<T&&> different results [duplicate]
Feb 17, 2023
c++
c++11
move-semantics
rvalue-reference
Should I move a callee's return value if I'm going to construct an object with it?
Feb 14, 2023
c++
c++11
return-value
move
move-semantics
How to enforce a calling of a moving constructor (C++)?
Feb 12, 2023
c++
constructor
move-semantics
Moving a vector of unique_ptr<T> [duplicate]
Feb 11, 2023
c++
c++11
vector
move-semantics
unique-ptr
Moving array of unique_ptr<T> in a recursive data structure
Feb 11, 2023
c++
recursion
move-semantics
rvalue reference binding to an lvalue for std::function types
Feb 08, 2023
c++
c++11
move-semantics
scoped thread wrapper for std::thread
Feb 06, 2023
multithreading
c++11
move-semantics
clang++
stdthread
Replacing std::function from within itself (by move-assignment to *this?)
Jan 30, 2023
c++
c++11
move-semantics
std-function
this-pointer
std::unique_ptr test before taking ownership
Jan 30, 2023
c++
move-semantics
unique-ptr
std::vector move instead of swap to empty vector and deallocate storage [duplicate]
Jan 29, 2023
c++
c++11
move-semantics
Is a variable that is about to go out of scope an lvalue or an xvalue?
Jan 27, 2023
c++
language-lawyer
move-semantics
lvalue
xvalue
Does std::move result in slicing?
Jan 24, 2023
c++
dynamic
std
move-semantics
object-slicing
Older Entries »