All Questions
1 question
3
votes
2
answers
274
views
Can I store a reference to a local reference?
To be clear, I want the behavior of a pointer-to-a-pointer, and the purpose of this question is to generate clean, readable code.
I have some code that contains conditions checking the result of ...