forked from boostorg/unordered
typo
This commit is contained in:
@ -1305,7 +1305,7 @@ Returns:;; The number of elements in bucket `n`.
|
|||||||
==== bucket
|
==== bucket
|
||||||
```c++
|
```c++
|
||||||
size_type bucket(const key_type& k) const;
|
size_type bucket(const key_type& k) const;
|
||||||
templat<class K> size_type bucket(const K& k) const;
|
template<class K> size_type bucket(const K& k) const;
|
||||||
```
|
```
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
|
Reference in New Issue
Block a user