std::map 简介及其使用
摘要:注:std::map C++11标准 map概述 Map是一种关联容器,它按照特定顺序存储由键值Key和映射值Value组合而成的元素。 在map中,键值Key通常用于排序和唯一标识元素,而映射值Value存储与此键值Key相关联的内容。键Key和映射值Value的类型可能不同,并在成员类型valu
阅读全文
posted @ 2019-04-10 15:18
posted @ 2019-04-10 15:18
posted @ 2019-01-25 18:06
posted @ 2019-01-15 10:59
posted @ 2019-01-09 19:18
posted @ 2018-10-22 17:59
posted @ 2018-03-25 12:06