function inlining
function inlining
(programming)Defining a member function's implementation
within the class where it was also declared. This is
usually reserved for small functions since the inline function
must be re-compiled for every instance of the class.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)