This lecture explains that why we need inline function with its definition, declaration and disadvantage.
it also shows how it is different from simple function.
also specifies some situation where we can't use inline function.
If u also want to see another lectures on C++ then these are following links:
basics of function: • Basics of functions
Reference variable: • Reference variable in C++
Fundamentals of C++: • Fundamentals of C++
#inlinefunction
#c++