concept of inline function

  • Inline function in C ++

    Inline function in C ++

    inline functions in c ++ are powerful concepts that are commonly used with classes. if a function is inline, the compiler places a copy of the code of that function at each location that the function is called at compile time.