I have the following senario,
class enum class Status { Unknown, Pause, Normal, Resume } std::unordered_map status_map;