bimap.insert(boost::bimap<int, std::string>::value_type(1,"one")); bimap.insert(std::make_pair(2,"two")); 其中boost::bimap<int, std::string>::value_type(1, "one")是bimap提供的一种构造键值对的方式,它是一种特定的类型value_type,与pair类似 注意,在使用左侧或右侧视图插入时,对应的类...
QQ阅读提供Boost程序库完全开发指南:深入C++”准”标准库(第5版),7.4 bimap在线阅读服务,想看Boost程序库完全开发指南:深入C++”准”标准库(第5版)最新章节,欢迎关注QQ阅读Boost程序库完全开发指南:深入C++”准”标准库(第5版)频道,第一时间阅读Boost程序库完全开