Add some missing hash_value documentation for the new overloads.

[SVN r38882]
This commit is contained in:
Daniel James
2007-08-24 01:56:47 +00:00
parent 93b80b365f
commit 75e994b306

View File

@@ -499,6 +499,11 @@ for(; first != last; ++first)
<parameter name="val"><paramtype>unsigned char</paramtype></parameter> <parameter name="val"><paramtype>unsigned char</paramtype></parameter>
</signature> </signature>
<signature>
<type>std::size_t</type>
<parameter name="val"><paramtype>wchar_t</paramtype></parameter>
</signature>
<signature> <signature>
<type>std::size_t</type> <type>std::size_t</type>
<parameter name="val"><paramtype>short</paramtype></parameter> <parameter name="val"><paramtype>short</paramtype></parameter>
@@ -687,7 +692,11 @@ for(; first != last; ++first)
</thead> </thead>
<tbody> <tbody>
<row> <row>
<entry><code>int</code>, <code>unsigned int</code>, <code>long</code>, <code>unsigned long</code></entry> <entry><code>bool</code>,
<code>char</code>, <code>signed char</code>, <code>unsigned char</code>, <code>wchar_t</code>,
<code>short</code>, <code>unsigned short</code>,
<code>int</code>, <code>unsigned int</code>, <code>long</code>, <code>unsigned long</code>
</entry>
<entry><code>val</code></entry> <entry><code>val</code></entry>
</row> </row>
<row> <row>