摘要:
许多模板技术拖着一长串的类型参数,不过很多参数都设有合理的缺省值。
template
class BreadSlicer{};
但是如果我们需要指定某个非缺省实参,还必须明确的指定在它之前的所有实参,即使这些实参跟默认参数一致。
BreadSlicer 阅读全文
posted @ 2014-11-21 01:32
Claruarius
阅读(637)
评论(0)
推荐(0)
摘要:
奇特的模板递归模式(Curiously Recurring Template Pattern)即将派生类本身作为模板参数传递给基类。 阅读全文
posted @ 2014-11-21 00:39
Claruarius
阅读(1445)
评论(0)
推荐(0)

浙公网安备 33010602011771号