Item-6 Disallow unwanted compiler-generated functions
· โ 2 min read
Declare unwanted member functions private without implementations to disallow functionality automatically provided by compilers.
Declare unwanted member functions private without implementations to disallow functionality automatically provided by compilers.
Compilers may implicitly generate their own versions of default constructor, copy constructor, copy assignment operator, and destructor.