Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 143 Bytes

8.14.md

File metadata and controls

1 lines (1 loc) · 143 Bytes

By using reference, we avoid copy every object in vectors. By using const, we avoid accidentally changing the values of elements in vectors.