会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mengyaoli
博客园
首页
新随笔
联系
订阅
管理
2024年7月12日
【C++11新特性】在定义静态成员变量的同时进行初始化
摘要: //test.h class test { public: test() = delete; ~test() = delete; private: static constexpr long long POLY_64_REV = 0x95AC9329AC4BC9B5L; static constex
阅读全文
posted @ 2024-07-12 16:02 素装写淡定
阅读(51)
评论(0)
推荐(0)
公告