mirror of
https://github.com/boostorg/unordered.git
synced 2025-08-01 12:24:27 +02:00
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