describing the map
This commit is contained in:
@@ -113,7 +113,8 @@ if (itr != my_data.end()) {
|
|||||||
## 21.5 Using STL’s Associative Hash Table (Map)
|
## 21.5 Using STL’s Associative Hash Table (Map)
|
||||||
|
|
||||||
- Using the default std::string hash function.
|
- Using the default std::string hash function.
|
||||||
– With no specified initial table size.
|
|
||||||
|
– With no specified initial table size. (map a std::string type key to a Foo class type value)
|
||||||
```cpp
|
```cpp
|
||||||
std::unordered_map<std::string,Foo> m;
|
std::unordered_map<std::string,Foo> m;
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user