Wednesday, November 18, 2009

Inlined Functions

A compiler can inline functions that you did not declare inline (i.e. by using 'inline' in the declaration or by providing the body in the class declaration).
Reference: Exceptional C++ Style by Herb Sutter, Addison-Wesley, 2004., p. 193.

No comments:

Post a Comment