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
Why do not C++11's move constructor/assignment operator act as expected
Feb 16, 2022
c++
visual-c++
c++11
visual-studio-2012
move-semantics
Why std::make_move_iterator works on vector<string> but not on vector<int>
Oct 17, 2022
c++
string
c++11
vector
move-semantics
Why does this call the copy constructor, not the move constructor?
Nov 12, 2022
c++
c++11
move-semantics
How safe is this method of emulating move-semantics in C++03?
Nov 20, 2022
c++
c++11
move-semantics
c++03
Trying to understand std::forward, std::move a little better
Nov 11, 2022
c++
templates
std
move-semantics
perfect-forwarding
why vector's move ctor does not deduce a noexcept()?
Nov 20, 2022
c++
c++11
g++
move-semantics
When is a move operation performed on a function argument c++
Nov 21, 2022
c++
move-semantics
order-of-execution
Why do I need to move `std::unique_ptr`
Sep 24, 2022
c++
c++17
unique-ptr
move-semantics
structured-bindings
Is move assignment via destruct+move construct safe?
Feb 23, 2022
c++
c++11
move-semantics
placement-new
move-assignment-operator
Force Move semantics
Oct 25, 2022
c++11
move-semantics
Error with `std::vector< std::unique_ptr< T > >`
Oct 28, 2022
c++
c++11
stdvector
move-semantics
unique-ptr
Returning a member from an rvalue object
Mar 26, 2022
c++
move-semantics
rvalue
What exactly does it mean to say a C++ object is movable?
Mar 09, 2022
c++
language-lawyer
move-semantics
Why are copy operations deleted when move operations are declared?
Aug 22, 2022
c++
c++11
copy-constructor
move-semantics
Can I mark a classes move-operation noexcept if it contains a standard container?
Nov 02, 2022
c++
c++11
containers
move-semantics
noexcept
Should copy assignment operator pass by const reference or by value?
Nov 02, 2022
c++
c++11
move-semantics
assignment-operator
Unnecessary emptying of moved-from std::string
Sep 10, 2022
c++
string
move-semantics
libstdc++
What should the default constructor do in a RAII class with move semantics?
Oct 30, 2022
c++
c++11
move-semantics
raii
Why does the compiler not complain that an iterator moved to a for loop is immutable?
Jul 30, 2020
rust
move-semantics
Move semantics and primitive types
Sep 29, 2021
c++
c++11
primitive
move-semantics
« Newer Entries
Older Entries »