From Jason Turner

[unord.map.cnstr]

Diff to HTML by rtfpessoa

tmp/tmpjh_t6dx9/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- #### `unordered_map` constructors <a id="unord.map.cnstr">[[unord.map.cnstr]]</a>
2
 
3
  ``` cpp
4
  unordered_map() : unordered_map(size_type(see below)) { }
5
  explicit unordered_map(size_type n,
6
  const hasher& hf = hasher(),
 
1
+ #### Constructors <a id="unord.map.cnstr">[[unord.map.cnstr]]</a>
2
 
3
  ``` cpp
4
  unordered_map() : unordered_map(size_type(see below)) { }
5
  explicit unordered_map(size_type n,
6
  const hasher& hf = hasher(),