+ 2
What is an inline function?why do we use it in c++?
2 Answers
+ 10
https://www.quora.com/When-do-we-use-inline-function/answer/Sarabjeet-Singh-222
Hope this will help you š
+ 2
FunctionsĀ can be instructed to compiler to make themĀ inlineĀ so that compiler can replace thoseĀ function definition wherever those are being called.