SpiceQA
Questions
Tags
Users
Badges
temporary
37 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How to disallow temporaries in functions taking const references?
user_4593721
0
•
asked Nov 8, 2017
7
1
340
c++14
temporary
c++
Does an unmaterialized temporary needs the destructor to be accessible?
user_5632316
0
•
asked Oct 3, 2017
5
2
276
temporary
c++17
c++
Warning: returning reference to temporary (from a const)
user_6515001
0
•
asked Sep 21, 2017
5
0
185
temporary
c++
MyClass obj = MyClass(); Does 'MyClass()' refer to a temporary object here?
user_4751585
0
•
asked Aug 15, 2017
7
2
611
c++14
temporary
c++
Forwards and return type(s) in functional-like reduce function
user_2666289
0
•
asked Aug 9, 2017
5
3
222
c++14
temporary
template-meta-programming
templates
c++
Is it safe to make a const reference member to a temporary variable?
user_7472038
0
•
asked Jul 29, 2017
7
7
3535
temporary
lifetime
constants
reference
c++
When is an rvalue evaluated?
user_4281998
0
•
asked Jun 1, 2017
6
2
1797
temporary
rvalue
rvalue-reference
c++11
c++
How can i clean temp tables on mysql
user_5230184
0
•
asked May 31, 2017
5
2
10165
temporary
innodb
mysql
Why does calling std::string.c_str() on a function that returns a string not work?
user_3584262
0
•
asked Mar 14, 2016
23
3
8274
object-lifetime
temporary
c++
string
Is there a C++ variable type that imitates a temporary?
user_371739
0
•
asked Dec 30, 2013
11
5
392
move-semantics
temporary
c++11
c++
Prev
Prev
1
2
3
(current)
4
Next
Next
Hot Questions