List Question
20 TechQA 2023-12-06T09:14:40.107000I want to know how to use when without else in an enum class in kotlin
101 views
Asked by HyeonBae Ji
DRY: C++11 enum class vs C enum
185 views
Asked by Nick
operator<< for enum class just doesn't work
82 views
Asked by TheEagle
is it possible to convert std::string into enum class in std::cin?
60 views
Asked by Caparso
Change value of parameter of an item in enum class via putExtra()
118 views
Asked by Marcel
How can I implicitly convert an enum to its subset and vice versa in C++?
120 views
Asked by ke_bitter
Function to return the value of a Map by key in an enum
59 views
Asked by Fares Mahmoud
Dispatch on execution policy by type or enum?
272 views
Asked by glades
Alias template with a switch over template parameters
107 views
Asked by francesco
Can't manage to call is_unsigned on the underlying_type of an enum class template parameter
96 views
Asked by GLJeff
Is using enum class for flags undefined behavior?
260 views
Asked by GLJeff
Trying to create a generic cast to str for several enum classes
40 views
Asked by Ojotuno
odd behavior with enum struct and compound assignment operator
30 views
Asked by rochus
enum class nested in a class compiles on Linux, but not MacOS?
345 views
Asked by zalanshah64
Using a enum class from a c++ header in a c header
913 views
Asked by ludw
How to iterate over enumerators of an enum class?
463 views
Asked by digito_evo
Avoiding repetitive copy-paste of static_cast<size_t>(enum_type) for casting an enum class to its underlying type
551 views
Asked by Amir Kirsh
What are commonly-used ways to iterate over an enum class in C++?
8.3k views
Asked by Gabriel Staples
Is there an accepted way to adjust this so that all of my `enum class` elements are grouped together in the ClassView?
23 views
Asked by Andrew Truckle