rules of thumb in c++ for building exception-safe code.
if any is defined, then must define:
- destructor
- copy constructor
- copy assignment operator
Dec 19, 2024, 1 min read
rules of thumb in c++ for building exception-safe code.
if any is defined, then must define: