| description | title | ms.date | f1_keywords | helpviewer_keywords | no-loc | |||||
|---|---|---|---|---|---|---|---|---|---|---|
Learn more about the auto_inline pragma directive in Microsoft C/C++ |
auto_inline pragma |
01/22/2021 |
|
|
|
Excludes any functions defined within the range where off is specified from being considered as candidates for automatic inline expansion.
#pragma auto_inline([ {on|off} ])
To use the auto_inline pragma, place it before and immediately after, not inside, a function definition. The pragma takes effect as soon as the first function definition after the pragma is seen.