0
The members define inside the class behave like inline functions..right?
The members define inside the class behave like inline functions..right?
1 Answer
+ 1
Inlining code instead of calling functions increases the size of the executable file. If your function is used more than once and/or has the large size, it may not be inlined