Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 287 Bytes

copyCtorPointerCopying.md

File metadata and controls

11 lines (6 loc) · 287 Bytes

Pattern: Copy ctor pointer copying

Issue: -

Description

Value of pointer points to allocated memory and is copied in copy constructor instead of allocating new memory.

Further Reading