Home

Definition of inline

In programming, referring to a function call replaced with an instance of the function’s body. Actual arguments are substituted for formal parameters. An inline function is usually done as a compile-time transformation to increase the efficiency of the program.

Computer Science

Other definitions of inline

In HTML code, referring to graphics displayed along with HTML-formatted text. Inline images placed in the line of HTML text use the tag . Text within an inline image can be aligned to the top, bottom, or middle of a specific image.

Computer Science