- 已关闭**。此问题需要details or clarity。当前不接受答案。
- 想要改进此问题?**添加详细信息并通过editing this post阐明问题。
昨天关门了。
Improve this question
struct player_exception{
enum err_type {index_out_of_bounds,missing_file,invalid_board};
err_type t;
std::string msg;
};
比如我必须抛出index_out_of_bounds,我该怎么做?
1条答案
按热度按时间h22fl7wq1#
也许你是认真的?