Nest

Home Archives
2021-03-16
编程

template template parameter

1
2
3
4
5
6
7
8
9
template<template<typename...> typename T>
auto add(std::string label, const T<string>& origin) -> bool
{
auto container = data\_\[label\];
for (string& e : origin) {
container.data.push\_back(e);
}
return true;
}

文档可以看Template_template_parameter(但是根本看不懂

Share
  • auto
  • template
Newer
国考面试
Older
raw.githubusercontent.com被墙的解决办法

Categories

  • AI
  • CFA
  • CUHK
  • Server
  • c++
  • cmake
  • modding
  • server
  • windows
  • 娱乐
    • 学习
  • 学习
    • Corporate Finance
  • 学习笔记
  • 家庭
  • 工作
  • 总结
  • 恋爱
  • 指南
    • 服务器
  • 摄影
  • 新闻
  • 旅游
  • 日志
  • 服务器
    • Gitlab Runner
  • 游戏
    • ck3
  • 琐碎
  • 电子
  • 电影
  • 编程
  • 观察
  • 负能量
  • 财经新闻
  • 阅读
  • 黎的寻思

Recent Posts

  • docker in incus with cuda
  • AI相关的探索经验
  • 搬迁至hexo的记录
  • fix oc_ext_apps corrupted
  • Auto Suspend and Wake On LAN
CC BY-NC 4.0 © 2025 SieveLau
Powered by Hexo
Home Archives