Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in enum-class

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

Wrap enum class with Cython

c++ c++11 cython enum-class

Enum bitfield and aggregate initialization

std::get using enum class as template argument

c++ get c++11 tuples enum-class

Enum Class "could not convert to unsigned int"

c++ casting enum-class

enum class of type string in C++

c++ c++11 enum-class