diff --git a/doc/ref.php b/doc/ref.php
index b3a69d75..d97da8a4 100644
--- a/doc/ref.php
+++ b/doc/ref.php
@@ -1348,15 +1348,37 @@ EOL;
-
-
- key_type const&
-
- size_type
+
+
+
+ key_type const&
+
+ size_type
+
+
+
+
+
+
+ K const&
+
+ size_type
+
The number of elements with key equivalent to k
.
-
+
+
+ The template <typename K>
overload only participates
+ in overload resolution if Hash::is_transparent
and
+ Pred::is_transparent
are valid member typedefs. The
+ library assumes that Hash
is callable with both
+ K
and Key
and that Pred
is
+ transparent. This enables heterogeneous lookup which avoids the cost of
+ instantiating an instance of the Key
type.
+
+
+