Since C++11, you can specify the underlying type of the enumeration and save memory. Per default the type of a scoped enum is int and, ...
確定! 回上一頁