我正在使用Boost unordered_map.我为每个条目都有一个键值对.如何确定地图中是否存在特定值?(我不想创建另一个unordered_map,它将值存储为键,键作为值存储)
谢谢.
c++ stl
c++ ×1
stl ×1