bars
Effective C++ by Scott Meyers (Short Summary)
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
Chapter 4 - Designs and Declarations
Item 21 - Don't try to return a reference when you must return an object.
Previous
Item 20 - Prefer pass-by-reference-to-const to pass-by-value.
chevron-left
Next
Item 22 - Declare data members private.
chevron-right
Last updated
3 years ago