This commit is contained in:
joaquintides
2022-12-20 16:46:08 +01:00
parent 1955e4f36a
commit 955f94350b

View File

@ -1305,7 +1305,7 @@ Returns:;; The number of elements in bucket `n`.
==== bucket
```c++
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]