02 2021 档案

Happy Lunar New Year
摘要:accumulation 阅读全文

posted @ 2021-02-13 15:36 ghostli123 阅读(55) 评论(0) 推荐(0)

limit template type to only derive from certain base class.
摘要:// static_assert(std::is_base_of<Port, T>::value, // "T must derive from Port"); 阅读全文

posted @ 2021-02-12 06:35 ghostli123 阅读(47) 评论(0) 推荐(0)

C++中 =defaule 和 =delete 使用
摘要:delete修饰词明确说明这个函数不可用. default是构造函数自己实现了一遍以后,让编译器再实现一个默认的. https://blog.csdn.net/lmb1612977696/article/details/80035487 阅读全文

posted @ 2021-02-01 10:26 ghostli123 阅读(150) 评论(0) 推荐(0)

导航