Friday, April 16, 2010

Inline Functions

A compiler can inline functions you did not declare inline (i.e. using 'inline' in the declaration or providing the body in the class declaration).

Reference: "Exceptional C++ Style" by Herb Sutter, Addison-Wesley, 2005, p. 193.

No comments:

Post a Comment