The most basic use case for enum classes is the implementation of type-safe enums: enum class Direction { NORTH, SOUTH, WEST, EAST }.
確定! 回上一頁