释义 |
function inlining function inlining (programming)Defining a member function's implementationwithin the class where it was also declared. This isusually reserved for small functions since the inline functionmust be re-compiled for every instance of the class. |