enum class COLOR_ { RED, GREEN, BLUE, YELLOW, count }; inline COLOR_& operator++(COLOR_& c) { c = static_cast(static_ca