C++ how to implement const iterator for custom container

后端 未结 0 1973
北海茫月
北海茫月 2021-01-06 18:19

I have this container:

using platform_route_container = std::unordered_map< std::pair< std::string, std::string>, std::set< packed_time>>;

相关标签:
回答
  • 消灭零回复
提交回复
热议问题