我需要这样的地图:
typedef std::map<int, float , char> Maptype ;
在此映射中插入和搜索pair的元素的语法是什么.
c++ stl
c++ ×1
stl ×1