摘要: Boost.Unordered provides the classes boost::unordered_set, boost::unordered_multiset, boost::unordered_map, and boost::unordered_multimap. These class 阅读全文
posted @ 2019-06-13 19:36 c++11 阅读(369) 评论(0) 推荐(0)
摘要: boost::array is similar to std::array, which was added to the standard library with C++11. With boost::array, an array can be created that exhibits th 阅读全文
posted @ 2019-06-13 16:02 c++11 阅读(441) 评论(0) 推荐(0)
摘要: The library Boost.Bimap is based on Boost.MultiIndex and provides a container that can be used immediately without being definded first. The container 阅读全文
posted @ 2019-06-13 15:38 c++11 阅读(776) 评论(0) 推荐(0)