0
Inline functions
what are inline functions?
1 ответ
+ 4
they get inserted in place where you use the function at compile time. most of the time the compiler will do this automatically during optimization if it thinks it should but you can specify this by using the inline keyword