8.1.4.4 Points to cover
This section lists important details for each point.
- Principle of copying
- Copying of types, which follow the rule of zero
- Copying of types, with user defined copy operations
- Copying an object does not change the original
- Practical applications
-
std::unique_ptr
(has no copy)
- Strings (copies the value)