随笔分类 - 源码阅读
开源代码阅读
摘要:本节介绍范型编程中的抽象工厂模式。 一、AbstractFactory的定义 template< class TList, template <class> class Unit = AbstractFactoryUnit> class AbstractFactory : public GenSca
阅读全文
摘要:本期重点介绍Eigen贯穿整个Library的设计方法奇异递归模板模式。 一、CRTP基本样式 This oddly named pattern refers to a general class of techniques that consists of passing a derived cl
阅读全文