Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 895 Bytes

push-macro.md

File metadata and controls

38 lines (31 loc) · 895 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
push_macro | Microsoft Docs
11/04/2016
cpp-tools
article
vc-pragma.push_macro
push_macro_CPP
C++
pragmas, push_macro
push_macro pragma
ac89efc9-afd1-4dfe-bfd1-497229b3e81d
8
corob-msft
corob
ghogen

push_macro

Saves the value of the macro_name macro on the top of the stack for this macro.

Syntax

  
#pragma push_macro("  
macro_name  
")  
  

Remarks

You can retrieve the value for macro_name with pop_macro.

See pop_macro for a sample.

See Also

Pragma Directives and the __Pragma Keyword