![]() |
inline functions
What's the deal with inline functions?
|
Re: inline functions
When the compiler inline-expands a function call, the function's code gets inserted into the caller's code stream ,conceptually similar to what happens with a #define macro
|
| All times are GMT +5.5. The time now is 00:30. |