|
7666 | 7666 | \begin{itemdescr}
|
7667 | 7667 | \pnum
|
7668 | 7668 | \effects Constructs an empty \tcode{unordered_map} using the
|
7669 |
| -specified hash function, key equality function, and allocator, and |
| 7669 | +specified hash function, key equality predicate, and allocator, and |
7670 | 7670 | using at least \tcode{n} buckets. For the default constructor,
|
7671 | 7671 | the number of buckets is \impldef{default number of buckets in
|
7672 | 7672 | \tcode{unordered_map}}.
|
|
7694 | 7694 | \begin{itemdescr}
|
7695 | 7695 | \pnum
|
7696 | 7696 | \effects Constructs an empty \tcode{unordered_map} using the
|
7697 |
| -specified hash function, key equality function, and allocator, and |
| 7697 | +specified hash function, key equality predicate, and allocator, and |
7698 | 7698 | using at least \tcode{n} buckets. If \tcode{n} is not
|
7699 | 7699 | provided, the number of buckets is \impldef{default number of buckets in
|
7700 | 7700 | \tcode{unordered_map}}. Then
|
|
8159 | 8159 | \begin{itemdescr}
|
8160 | 8160 | \pnum
|
8161 | 8161 | \effects Constructs an empty \tcode{unordered_multimap} using the
|
8162 |
| -specified hash function, key equality function, and allocator, and |
| 8162 | +specified hash function, key equality predicate, and allocator, and |
8163 | 8163 | using at least \tcode{n} buckets. For the default constructor,
|
8164 | 8164 | the number of buckets is \impldef{default number of buckets in
|
8165 | 8165 | \tcode{unordered_multimap}}.
|
|
8187 | 8187 | \begin{itemdescr}
|
8188 | 8188 | \pnum
|
8189 | 8189 | \effects Constructs an empty \tcode{unordered_multimap} using the
|
8190 |
| -specified hash function, key equality function, and allocator, and |
| 8190 | +specified hash function, key equality predicate, and allocator, and |
8191 | 8191 | using at least \tcode{n} buckets. If \tcode{n} is not
|
8192 | 8192 | provided, the number of buckets is \impldef{default number of buckets in
|
8193 | 8193 | \tcode{unordered_multimap}}. Then
|
|
8454 | 8454 | \begin{itemdescr}
|
8455 | 8455 | \pnum
|
8456 | 8456 | \effects Constructs an empty \tcode{unordered_set} using the
|
8457 |
| -specified hash function, key equality function, and allocator, and |
| 8457 | +specified hash function, key equality predicate, and allocator, and |
8458 | 8458 | using at least \tcode{n} buckets. For the default constructor,
|
8459 | 8459 | the number of buckets is \impldef{default number of buckets in
|
8460 | 8460 | \tcode{unordered_set}}.
|
|
8482 | 8482 | \begin{itemdescr}
|
8483 | 8483 | \pnum
|
8484 | 8484 | \effects Constructs an empty \tcode{unordered_set} using the
|
8485 |
| -specified hash function, key equality function, and allocator, and |
| 8485 | +specified hash function, key equality predicate, and allocator, and |
8486 | 8486 | using at least \tcode{n} buckets. If \tcode{n} is not
|
8487 | 8487 | provided, the number of buckets is \impldef{default number of buckets in
|
8488 | 8488 | \tcode{unordered_set}}. Then
|
|
8721 | 8721 | \begin{itemdescr}
|
8722 | 8722 | \pnum
|
8723 | 8723 | \effects Constructs an empty \tcode{unordered_multiset} using the
|
8724 |
| -specified hash function, key equality function, and allocator, and |
| 8724 | +specified hash function, key equality predicate, and allocator, and |
8725 | 8725 | using at least \tcode{n} buckets. For the default constructor,
|
8726 | 8726 | the number of buckets is \impldef{default number of buckets in
|
8727 | 8727 | \tcode{unordered_multiset}}.
|
|
8749 | 8749 | \begin{itemdescr}
|
8750 | 8750 | \pnum\effects
|
8751 | 8751 | Constructs an empty \tcode{unordered_multiset} using the
|
8752 |
| -specified hash function, key equality function, and allocator, and |
| 8752 | +specified hash function, key equality predicate, and allocator, and |
8753 | 8753 | using at least \tcode{n} buckets. If \tcode{n} is not
|
8754 | 8754 | provided, the number of buckets is \impldef{default number of buckets in
|
8755 | 8755 | \tcode{unordered_multiset}}. Then
|
|
0 commit comments