full-expression Questions

0

This paragraph from the C++ 17 standard draft states, among others, that: A full-expression is: -an unevaluated operand, -a constant-expression ([expr.const]), -an init-declarator ([dcl...
Exposition asked 8/8, 2017 at 19:10

2

Solved

Possible Duplicate: What is the lifetime of temporary function arguments? When are temporary objects destroyed? It is said that temporary variables are destroyed as the last step in evalua...
Tourmaline asked 28/3, 2011 at 13:34

2

Solved

The following code works fine, but why is this correct code? Why is the "c_str()" pointer of the temporary returned by foo() valid? I thought, that this temporary is already destroyed when ba...
Mesomorph asked 18/11, 2010 at 11:16
1

© 2022 - 2024 — McMap. All rights reserved.