Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 853 Bytes

auto-inline.md

File metadata and controls

23 lines (16 loc) · 853 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: auto_inline pragma
auto_inline pragma
08/29/2019
auto_inline_CPP
vc-pragma.auto_inline
pragmas, auto_inline
auto_inline pragma
f7624cd1-be76-429a-881c-65c9040acf43

auto_inline pragma

Excludes any functions defined within the range where off is specified from being considered as candidates for automatic inline expansion.

Syntax

#pragma auto_inline( [ { on | off } ] )

Remarks

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.

See also

Pragma directives and the __pragma keyword