Skip to main content

One doc tagged with "inline"

View all tags

Inline Functions

inline suggests the compiler replace function calls with function body, eliminating call overhead. Modern compilers decide automatically.