one of enum , enum class , or enum struct, (since C++11) ... enum byte : unsigned char {}; // byte is a new integer type byte b { 42 } ...
確定! 回上一頁