Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in enum-class

Invalid use of incomplete type struct std::hash with unordered_map with std::pair of enum class as key

What's an enum class and why should I care?

c++ c++11 enums enum-class

enum class in QVariant in QSettings

Is it possible to make a scoped enumeration ("enum class") contextually convertible to bool?

c++ enums enum-class

Why can a lambda expression return a local enum class type?

Initialize a two-dimensional std::array of type enum class (C++11)

Neat way how to cyclically iterate 4 enum class values in both directions in C++?

Use enum classes with Boost Test

c++ boost-test enum-class

How to Enable C++11 Features in Codelite

c++ c++11 codelite enum-class

Class vs enum class as an index type

c++ c++11 enum-class

Statically distinguish between an enum and an enum class in C++?

strongly typed C++0x enumeration comparison

c++ enums c++11 enum-class

Using enum class with std::bitset

C++11 mixing enum class and unsigned int in switch case will not compile

c++ c++11 enum-class

validate integer is some enum class item (C++11)

c++ c++11 enum-class

Initialization of a static constexpr class member of enum-class type by explicit conversion function

c++ c++11 constexpr enum-class

Can enum class be nested?

c++ c++11 enum-class

Enum class C++11 by reference or value

How to make enum class to work with the 'bit-or' feature?

c++ enum-class

Adding bitwise operations and conversion-to-bool to scoped enums - a Christmastide exploration

c++ c++17 enum-class