Skip to content
Snippets Groups Projects
Commit 88426db9 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Pass-by-value for arguments which are copied.

This potentially saves a second copy compared to using const
reference. See Effective Modern C++, Item 41.
parent 7ec2ce7c
No related branches found
No related tags found
No related merge requests found
Showing
with 100 additions and 69 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment