上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 88 下一页
摘要: 构造函数map();map( const map& m );map( iterator start, iterator end );map( iterator start, iterator end, const key_compare& cmp );map( const key_compare& cmp );~map();运算符=, ==, !=, >, >=, <, <=两个map相等:所有相同位置的元素相等两个map大小比较:按照词典规则迭代器iterator begin();iterator end();reverse_iterator 阅读全文
posted @ 2013-05-08 21:30 Leung文 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 88 下一页