Skip to content

Instantly share code, notes, and snippets.

@delasign
Created March 28, 2024 18:52
Show Gist options
  • Save delasign/e42970fef8f4c9994b062c57b1af4e7f to your computer and use it in GitHub Desktop.
Save delasign/e42970fef8f4c9994b062c57b1af4e7f to your computer and use it in GitHub Desktop.
Sample Enum declared within a namespace
namespace EnumTwo {
enum DifferentEnum {
Value_1, // 0
Value_2 // 1
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment