in-line function

views updated

in-line function A short function whose code is inserted by the compiler at the point of call, thereby avoiding the overhead of a normal function call.