Tuesday, November 24, 2009

Compiler implicitly declared functions

When the compiler implicitly declares default constructors, copy constructors, copy assignment operators, and destructors; they are implicitly declared inlined.
Reference: Exceptional C++ Style by Herb Sutter, Addison-Wesley, 2004., p. 143-145.

No comments:

Post a Comment