enum class MyFixedType : uint32_t // or any other fixed width integer type { ID1, ID2, ID3 }; 在此: enum class MyType { ID1, ID2, ID3 };
確定! 回上一頁