universal-reference Questions
2
Solved
I need to store universal references inside a class (I am sure the referenced values will outlive the class). Is there a canonical way of doing so?
Here is a minimal example of what I have come up...
Churl asked 7/2, 2013 at 17:40
1
Solved
Consider a class X with N member variables, each of some copiable and movable type, and N corresponding setter functions.
In C++98, the definition of X would likely look something like this:
clas...
Rollick asked 7/1, 2013 at 14:2
2
Solved
How do I specialize a function template that takes a universal reference parameter?
foo.hpp:
template<typename T>
void foo(T && t) // universal reference parameter
foo.cpp
templa...
Acherman asked 30/11, 2012 at 22:27
2
Solved
I'm working on testing whether or not my container wrappers are implementing URefs correctly. The only obvious way that I can think of is to try to figure out a way of detecting if an object has be...
Airship asked 10/11, 2012 at 23:42
© 2022 - 2024 — McMap. All rights reserved.