03 2022 档案

摘要:本节介绍范型编程中的抽象工厂模式。 一、AbstractFactory的定义 template< class TList, template <class> class Unit = AbstractFactoryUnit> class AbstractFactory : public GenSca 阅读全文
posted @ 2022-03-22 23:45 树懒爱爬树 阅读(132) 评论(0) 推荐(0) 编辑
摘要:本期重点介绍Eigen贯穿整个Library的设计方法奇异递归模板模式。 一、CRTP基本样式 This oddly named pattern refers to a general class of techniques that consists of passing a derived cl 阅读全文
posted @ 2022-03-09 02:55 树懒爱爬树 阅读(2396) 评论(0) 推荐(0) 编辑