会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
T_T2001
分享NX开发干货!
博客园
首页
新随笔
联系
订阅
管理
2021年11月26日
uf_list转vector
摘要: std::vector<tag_t> toTag(uf_list_p_t uf_list) { std::vector<tag_t> temp; uf_list_s *t = uf_list; while (t) { temp.push_back(t->eid); t = t->next; } re
阅读全文
posted @ 2021-11-26 13:57 T_T2001
阅读(169)
评论(2)
推荐(0)
公告