Does std::map::iterator return a copy of value or a value itself?

前端 未结 4 586
生来不讨喜
生来不讨喜 2021-02-03 23:25

I\'m trying to create a map inside a map:

typedef map inner_map;
typedef map outer_map;

Will I be ab

4条回答
提交回复
热议问题