几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量
(
http://www.dimcax.com/hust/index.php
)
-
vc编程
(
http://www.dimcax.com/hust/forumdisplay.php?f=76
)
- -
【转帖】 vector< string , allocator > 是什么意思? 谢谢
(
http://www.dimcax.com/hust/showthread.php?t=1565
)
huangyhg
2007-11-21 03:18 PM
【转帖】 vector< string , allocator > 是什么意思? 谢谢
stl中的向量模板,
定义为vector<class T, class Allocator=allocator<T>>
其中T为向量存储的数据类型,Allocator是用于分配内存的分配子,默认的分配子是一个简单的new操作,如果有特殊需要可以定义自己的分配子
所有的时间均为
北京时间
。 现在的时间是
05:13 AM
.