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
Const reference VS move semantics
Aug 30, 2022
c++11
constants
move-semantics
Is std::move really needed on initialization list of constructor for heavy members passed by value?
Aug 22, 2022
c++
c++11
language-lawyer
move-semantics
initialization-list
Why does Visual Studio not perform return value optimization (RVO) in this case
Mar 05, 2018
c++
c++11
visual-studio-2013
move-semantics
rvo
How to actually implement the rule of five?
Nov 11, 2022
c++
c++11
move-semantics
rvalue-reference
Why does moving a pointer variable not set it to null?
Aug 29, 2022
c++
pointers
null
c++11
move-semantics
Transferring the ownership of object from one unique_ptr to another unique_ptr in C++11?
Aug 28, 2022
c++
c++11
std
move-semantics
Why doesn't `std::stringstream::stringstream(std::string&&)` exist?
Aug 28, 2022
c++
c++17
move-semantics
stringstream
rvalue-reference
Is std::array movable?
Sep 15, 2022
c++
arrays
c++11
move-semantics
What does the standard library guarantee about self move assignment?
Oct 30, 2022
c++
stl
c++11
move-semantics
Move or Named Return Value Optimization (NRVO)?
Aug 28, 2022
c++
optimization
c++11
move-semantics
return-value-optimization
Is a moved-from vector always empty?
Aug 28, 2022
c++
c++11
vector
language-lawyer
move-semantics
Overload on reference, versus sole pass-by-value + std::move?
Dec 15, 2021
c++
c++11
move-semantics
rvalue-reference
Move semantics and function order evaluation
Oct 03, 2022
c++
c++11
initialization
move-semantics
unspecified-behavior
Why is derived class move constructible when base class isn't?
Aug 27, 2022
c++
c++11
language-lawyer
move-semantics
move-constructor
Move constructor on derived object
Nov 04, 2022
c++
c++11
move-semantics
Why does std::move prevent RVO?
Aug 26, 2022
c++
c++11
move-semantics
rvo
Move-only version of std::function
Aug 26, 2022
c++
c++11
move-semantics
How does Rust provide move semantics?
Aug 26, 2022
rust
move-semantics
Can I typically/always use std::forward instead of std::move?
Aug 26, 2022
c++
c++11
move-semantics
rvalue-reference
perfect-forwarding
Should all/most setter functions in C++11 be written as function templates accepting universal references?
Jan 24, 2018
c++
c++11
move-semantics
perfect-forwarding
universal-reference
« Newer Entries
Older Entries »