How to know if inline worked or not?
inlin
ing of a funciton happens only on compile time so the only way know if the funcion has been inlined is to compile the souce code down to assembly code.
We can compare the outpt assembly code with and wihtout the inline.
Last updated