class Singleton { public: Singleton& GetInst() { static Singleton m_inst; return m_inst; } private: Singleton(); }
65,199
社区成员
250,520
社区内容
加载中
试试用AI创作助手写篇文章吧