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 rvalue-reference
Why do some people use swap for move assignments?
Aug 25, 2022
c++
c++11
rvalue-reference
move-semantics
copy-and-swap
Is the pass-by-value-and-then-move construct a bad idiom?
Aug 18, 2022
c++
c++11
move-semantics
pass-by-value
rvalue-reference
Is there any case where a return of a RValue Reference (&&) is useful?
Aug 17, 2022
c++
c++11
move-semantics
rvalue-reference
C++11 make_pair with specified template parameters doesn't compile
Mar 11, 2019
c++
templates
g++
c++11
rvalue-reference
Do rvalue references to const have any use?
Mar 05, 2022
c++
c++11
constants
rvalue-reference
How would one call std::forward on all arguments in a variadic function?
Aug 15, 2022
c++
c++11
variadic-templates
rvalue-reference
perfect-forwarding
Why is `std::move` named `std::move`?
Feb 21, 2022
c++
c++11
move-semantics
rvalue-reference
c++-faq
Is returning by rvalue reference more efficient?
Aug 15, 2022
c++
c++11
rvalue-reference
Move capture in lambda
Aug 14, 2022
c++
lambda
c++11
rvalue-reference
Rule-of-Three becomes Rule-of-Five with C++11?
Aug 14, 2022
c++
constructor
c++11
rvalue-reference
rule-of-three
C++11 rvalues and move semantics confusion (return statement)
Aug 13, 2022
c++
c++11
move-semantics
rvalue-reference
c++-faq
What are the main purposes of using std::forward and which problems it solves?
Aug 13, 2022
c++
c++11
rvalue-reference
c++-faq
perfect-forwarding
What does T&& (double ampersand) mean in C++11?
Aug 13, 2022
c++
c++11
rvalue-reference
c++-faq
perfect-forwarding
« Newer Entries