Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 612 Bytes

enum-type.md

File metadata and controls

23 lines (21 loc) · 612 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
enum Type | Microsoft Docs
11/04/2016
cpp-language
article
C++
899410b4-0db2-4eab-b94e-236b9774de31
6
mikeblome
mblome
ghogen

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