Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 949 Bytes

auto-inline.md

File metadata and controls

30 lines (24 loc) · 949 Bytes
title ms.custom ms.date ms.technology ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
auto_inline | Microsoft Docs
11/04/2016
cpp-tools
reference
auto_inline_CPP
vc-pragma.auto_inline
C++
pragmas, auto_inline
auto_inline pragma
f7624cd1-be76-429a-881c-65c9040acf43
corob-msft
corob
cplusplus

auto_inline

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 in) a function definition. The pragma takes effect at the first function definition after the pragma is seen.

See Also

Pragma Directives and the __Pragma Keyword