会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
inaku's Gensokyo
管理
2022年6月3日
封装类(容器)中对 std::allocator 及 __gnu_cxx::__alloc_traits 的使用例
摘要: #include <iostream> class test { protected: typedef int int_type; typedef std::string str_type; typedef std::allocator<int_type> _Int_alloc; typedef s
阅读全文
posted @ 2022-06-03 14:49 Gyan083
阅读(222)
评论(0)
推荐(0)