effective c++
Item-5 What functions C++ silently generates
· β˜• 3 min read

Compilers may implicitly generate their own versions of default constructor, copy constructor, copy assignment operator, and destructor.