Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 801 Bytes

File metadata and controls

39 lines (37 loc) · 801 Bytes
title enum Type | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid 899410b4-0db2-4eab-b94e-236b9774de31
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

enum Type

ANSI 3.5.2.2 The integer type chosen to represent the values of an enumeration type

A variable declared as enum is an int.

See Also

Structures, Unions, Enumerations, and Bit Fields