stl和qt里的容器,容量的限制在哪?stl里的size()返回类型是size_type,手册里说This expression must be a t
stl和qt里的容器,容量的限制在哪? stl里的size()返回类型是size_type,手册里说 This expression must be a typedef, that is, a synonym for a type that already has some other name. 是否意味着这个无符号整型可以是uint也可以是ulong?