摘要:
1. ptrdiff_t、difference_type,头尾之间的距离。2. 空间配置器(allocator)定义于<memory>中3. 迭代器(iterator)最总要的作用就是对operator* 和 operator->进行重载(overloading)工作。4. auto_ptr:用来包装原生指针(native pointer)的对象,内存漏洞(memory leak)问题可藉此获得解决。5. Partial Specialization (偏特化) :如果 class template 拥有一个以上的 template 参数,我们可以针对其中某个(或数个,但非全 阅读全文
posted @ 2011-02-18 11:05
AlexChan
阅读(336)
评论(0)
推荐(0)
浙公网安备 33010602011771号