-
-
Notifications
You must be signed in to change notification settings - Fork 9
Enum Value
IsaacShelton edited this page Mar 21, 2022
·
1 revision
Enum values are specified by using the name of an enum, followed by ::
and then the name of the member.
Color::RED
FileMode::WRITE_BINARY
ShapeKind::TRIANGLE
See enums for more information