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
Explicit cast to r-value reference does not clear ambiguity [duplicate]
Aug 09, 2022
c++
c++11
overloading
rvalue-reference
c++14
Return rvalue reference or temporary object in C++11 [duplicate]
Sep 14, 2022
c++
rvalue-reference
min and perfect forwarding
Sep 25, 2022
c++
templates
c++11
forwarding
rvalue-reference
What's the intention of forward-by-lvalue-reference constructor while a perfect forwarding constructor exists?
Mar 11, 2022
c++
constructor
move-semantics
rvalue-reference
perfect-forwarding
C++0x T operator+(const T&, T&&) pattern, still needs move?
Mar 13, 2022
operator-overloading
rvalue-reference
c++11
"id" function in C++0x
Nov 04, 2021
c++
rvalue-reference
c++11
How is moving a const returned object possible?
Sep 15, 2022
c++
c++11
constants
rvalue-reference
rvo
Does `const &&` bind to all prvalues (and xvalues)?
Oct 26, 2022
c++
c++11
language-lawyer
rvalue-reference
rvalue
Why does the const rvalue qualified std::optional::value() return a const rvalue reference?
Nov 06, 2022
c++
c++17
rvalue-reference
stdoptional
Rvalue reference usage within initialization lists
Aug 07, 2018
rvalue-reference
c++11
Why can't we implement both methods `getAB() &&` and `getAB()`? [duplicate]
Nov 22, 2021
c++
c++11
c++14
move-semantics
rvalue-reference
Is it bad form to provide only a move constructor?
Oct 24, 2022
c++
c++11
rvalue-reference
move-constructor
move-semantics
Does it make sense to use the move-and-swap idiom on a movable and non-copyable class
Oct 23, 2022
c++
c++11
assignment-operator
rvalue-reference
copy-and-swap
Why can't I return a unique_ptr from a pair?
Aug 28, 2021
c++
unique-ptr
rvalue-reference
std-pair
perfect-forwarding
When should I declare a move constructor without noexcept?
Nov 21, 2022
c++
c++11
rvalue-reference
is it possible to implement a std::move-and-clear function?
Mar 31, 2022
c++
c++11
move-semantics
rvalue-reference
Const rvalue compiler difference
Apr 01, 2014
c++
c++11
rvalue-reference
Are all the std::tuple constructors necessary?
Nov 20, 2021
c++
c++11
rvalue-reference
stdtuple
Is it correct to say that xvalues have identity and are movable?
Feb 01, 2017
c++
c++11
rvalue-reference
Does C++11 guarantee the local variable in a return statement will be moved rather than copied?
Nov 02, 2022
c++
c++11
move-semantics
rvalue-reference
rvo
« Newer Entries
Older Entries »