| title |
auto_inline |
| ms.date |
11/04/2016 |
| f1_keywords |
auto_inline_CPP |
vc-pragma.auto_inline |
|
| helpviewer_keywords |
pragmas, auto_inline |
auto_inline pragma |
|
| ms.assetid |
f7624cd1-be76-429a-881c-65c9040acf43 |
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}] )
Remarks
To use the auto_inline pragma, place it before and immediately after (not in) a function definition. The pragma takes effect at the first function definition after the pragma is seen.
Pragma Directives and the __Pragma Keyword