hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.5K
active users

Šimon Tóth

Opaque Enum Declaration is an enum declaration (specifying the name and the underlying type) that does not list the enumerators or their values.

This gives us the benefit of an enumeration, a strongly typed integral type without implicit conversion semantics (for scoped enumerations), without exposing the enumerator names or their values as part of the API.

Compiler Explorer link: compiler-explorer.com/z/h54d4z