自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 How vector increases its size

template class _Tp, class _Alloc>void _VECTOR_IMPL_Tp, _Alloc>::_M_insert_overflow(  pointer __pos, const _Tp& __x,   const __true_type& /**//*_TrivialCpy*/,  size_type __fill_len, bool __atend ) ..

2006-12-17 13:58:00 510

原创 Checkout the iterator type

#ifndef _STLP_USE_OLD_HP_ITERATOR_QUERIES #define _STLP_ITERATOR_CATEGORY(_It, _Tp)      __iterator_category(_It, _IsPtrType_Tp>::_Ret())     // _IsPtrType::_Ret() checks if pointer type     // retu

2006-12-17 13:55:00 541

原创 _IsPtrType -- STL type checking on compile-time -- Substitution Failure Is Not An Error (SFINAE)

struct __true_type {};struct __false_type {};//bool to typetemplate int _Is> struct __bool2type { typedef __true_type _Ret; };template  // icl supports both kinds of partial specializationstruct _

2006-12-17 13:41:00 566

sgi 的STL参考文献

SGI的STL参考文献 从http://www.sgi.com/tech/stl/网站提取 制作成为chm,制作chm前为每个网页加入编码声明,使得chm打开之后使用IE中英文的配置字体显示 (我喜欢Calibri+Consolas)

2008-09-18

cplusplus.com的C++参考HTML转chm

非常好用的C++参考文献,从 http://www.cplusplus.com/reference/ 网站下载,制作成chm 几乎没有函数都有例子

2008-09-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除