Fix minor documentation error

This commit is contained in:
tomerv
2023-10-28 23:35:43 +03:00
committed by GitHub
parent 060a6398c7
commit ea070dc30f

View File

@ -277,7 +277,7 @@ class unordered_set_impl
template<class KeyType, class KeyHasher, class KeyEqual>
iterator find(const KeyType& key, KeyHasher hash_func, KeyEqual equal_func);
//! @copydoc ::boost::intrusive::hashtable::count(const key_type &)const
//! @copydoc ::boost::intrusive::hashtable::find(const key_type &)const
const_iterator find(const key_type &key) const;
//! @copydoc ::boost::intrusive::hashtable::find(const KeyType &,KeyHasher,KeyEqual)const
@ -767,7 +767,7 @@ class unordered_multiset_impl
template<class KeyType, class KeyHasher, class KeyEqual>
iterator find(const KeyType& key, KeyHasher hash_func, KeyEqual equal_func);
//! @copydoc ::boost::intrusive::hashtable::count(const key_type &)const
//! @copydoc ::boost::intrusive::hashtable::find(const key_type &)const
const_iterator find(const key_type &key) const;
//! @copydoc ::boost::intrusive::hashtable::find(const KeyType &,KeyHasher,KeyEqual)const