Tuesday, April 20, 2010

Compiler Declared Operators

The compiler implicitly declares the following:
default constructors
copy constructors
copy assignment operators
destructors
They are also implicitly declared inlined.

Reference: "Exceptional C++ Style" by Herb Sutter, Addison-Wesley, 2004, p. 143-145.

No comments:

Post a Comment