Content deleted Content added
Undid revision 538798984 by Zombiezparadize (talk): The program instantiates "std::unordered_map<std::string, int>" and so needs to contain "#include <string>". |
→Overview of functions: fix constructor/destructor links |
||
Line 28:
|-
! rowspan=4 |
| [http://en.cppreference.com/w/cpp/container/unordered_set/
| [http://en.cppreference.com/w/cpp/container/unordered_map/
| [http://en.cppreference.com/w/cpp/container/unordered_multiset/
| [http://en.cppreference.com/w/cpp/container/unordered_multimap/
| Constructs the container from variety of sources
|-
| [http://en.cppreference.com/w/cpp/container/unordered_set/~
| [http://en.cppreference.com/w/cpp/container/unordered_map/~
| [http://en.cppreference.com/w/cpp/container/unordered_multiset/~
| [http://en.cppreference.com/w/cpp/container/unordered_multimap/~
| Destructs the set and the contained elements
|-
|