我有两个C ++类型为std::map < std::string , std::vector < std::set< std::string>::iterator>>
的地图。
catalog
duplicatesCatalog
我希望在目录中迭代器向量的大小大于2的情况下,将catalog(key,value)
的元素引用插入duplicatesCatalog
。
我该怎么做?
答案 0 :(得分:0)
使用std::reference_wrapper
参数duplicatesCatalog
。