std::map1 [C++] std::map reference 출처: https://en.cppreference.com/w/cpp/container/map 오역이 있을 수 있으니 잘못된 부분이 있다면 꼭 알려주세요! 원어 std::map is a sorted associative container that contains key-value pairs with unique keys. Keys are sorted by using the comparison function Compare. Search, removal, and insertion operations have logarithmic complexity. Maps are usually implemented as red-black trees. Everywhere the standard library uses the.. 2020. 3. 17. 이전 1 다음