Posts by Nicolas Matheus Ferreira • 1 point
1 post
-
-3
votes2
answers40
viewsQ: Why is my vector ordered if I am ordering in a function (void) without any return?
When sorting a vector, in a function of type {void} why the vector (original) in my function call is shown as ordered since the vector that was ordered was the vector referring to the formal…