You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes const references are better than values.
Sometimes values are better than const references (due to copy elision).
It might be worth looking into replacing some of the current usage of const references with values if it would produce smaller/faster code in certain circumstances.
The text was updated successfully, but these errors were encountered:
Sometimes const references are better than values.
Sometimes values are better than const references (due to copy elision).
It might be worth looking into replacing some of the current usage of const references with values if it would produce smaller/faster code in certain circumstances.
The text was updated successfully, but these errors were encountered: