而后,=运算符重载函数的核心实现是调用call_assignment(...)工具函数来计算DenseBase为基类的Derived子对象,该工具函数的内部细节涉及的表达式树、惰性求值等内容将在后续章节进行介绍,不在此处展开。 最后,重载函数返回DenseBase内的derived()函数来获取计算后的模板入参Derived类型的对象,即完成类似a = b;或更加复杂...
# evaluate all C-preprocessor directives found in the sources and include # files.ENABLE_PREPROCESSING = YES# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional ...