在 C++ 中的类初始值设定项中初始化 const 数组
我在 C++ 中有以下类: class a { const int b[2] // other stuff follows // and here's the constructor a(void) } 问题是,如何在初始化列表中初始…
我在 C++ 中有以下类: class a { const int b[2] // other stuff follows // and here's the constructor a(void) } 问题是,如何在初始化列表中初始…
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。