enum basic_enum { option1 = 1, option2 }; enum class char_enum : char ... The use of match is helpful because it forces the checking of all options of the ...
確定! 回上一頁