18.3.3 Copy Constructors
Sole parameter is a const reference to an object of the same class
Automatically supplied by compiler
- memberwise (shallow) copy by default
Calls copy c'tor of all member data
Used to copy (clone) a value
prev
|
top
|
next