Question Details

No question body available.

Tags

c++ exception vector language-lawyer

Answers (1)

Accepted Answer Available
Accepted Answer
May 5, 2026 Score: 6 Rep: 53,321 Quality: High Completeness: 30%

"Effects" is a term of art:

[structure.specifications]/3.6 Effects: the actions performed by the function.

Thus, when you see "no effects" in the "Effects" section of a library function definition, it only means that the actions described elsewhere in that section are not in fact performed.