What is inline specifier in c++?
Answers
Answered by
0
C++ Inline Functions. C++ inlinefunction is powerful concept that is commonly used with classes. ... The compiler can ignore the inline qualifier in case defined function is more than a line. A function definition in a class definition is an inline function definition, even without the use of theinline specifier.
Similar questions