map容器的value_type中的key_type为何是const?
map<string, int>::key_type v1;//v1 string
map<string, int>::value_type v2;//v2 pair<const string,int>
为何后者的key_type 是const?而 mapped_type 又不是const?
浊酒痴人歌
9 years, 2 months ago