forked from boostorg/unordered
Fix node handle description
This commit is contained in:
21
doc/ref.php
21
doc/ref.php
@@ -1672,21 +1672,12 @@ function echo_node_handle_docs($map)
|
|||||||
<classname>unordered_multi<?php echo $type ?></classname>, that
|
<classname>unordered_multi<?php echo $type ?></classname>, that
|
||||||
can then be inserted into a compatible container type.
|
can then be inserted into a compatible container type.
|
||||||
</para>
|
</para>
|
||||||
<notes>
|
<para>
|
||||||
<para>
|
The name and template parameters of this type are implementation
|
||||||
The name and template parameters of this type is implementation
|
defined, and should be obtained using the <code>node_type</code>
|
||||||
defined, and should be obtained using the <code>node_type</code>
|
member typedef from the appropriate container.
|
||||||
member typedef from the appropriate container.
|
</para>
|
||||||
</para>
|
</description>
|
||||||
<para>
|
|
||||||
In this version of Boost, <code>node_type</code> is different
|
|
||||||
for <?php echo $map ?
|
|
||||||
'<code>unordered_map</code> and <code>unordered_multimap</code>,' :
|
|
||||||
'<code>unordered_set</code> and <code>unordered_multiset</code>,';
|
|
||||||
?> this will be fixed in a future version of Boost.
|
|
||||||
</para>
|
|
||||||
</notes>
|
|
||||||
</purpose>
|
|
||||||
<?php if ($map): ?>
|
<?php if ($map): ?>
|
||||||
<typedef name="key_type">
|
<typedef name="key_type">
|
||||||
<type>typename Container::key_type</type>
|
<type>typename Container::key_type</type>
|
||||||
|
36
doc/ref.xml
36
doc/ref.xml
@@ -2840,18 +2840,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<classname>unordered_multiset</classname>, that
|
<classname>unordered_multiset</classname>, that
|
||||||
can then be inserted into a compatible container type.
|
can then be inserted into a compatible container type.
|
||||||
</para>
|
</para>
|
||||||
<notes>
|
<para>
|
||||||
<para>
|
The name and template parameters of this type are implementation
|
||||||
The name and template parameters of this type is implementation
|
defined, and should be obtained using the <code>node_type</code>
|
||||||
defined, and should be obtained using the <code>node_type</code>
|
member typedef from the appropriate container.
|
||||||
member typedef from the appropriate container.
|
</para>
|
||||||
</para>
|
</description>
|
||||||
<para>
|
|
||||||
In this version of Boost, <code>node_type</code> is different
|
|
||||||
for <code>unordered_set</code> and <code>unordered_multiset</code>, this will be fixed in a future version of Boost.
|
|
||||||
</para>
|
|
||||||
</notes>
|
|
||||||
</purpose>
|
|
||||||
<typedef name="value_type">
|
<typedef name="value_type">
|
||||||
<type>typename Container::value_type></type>
|
<type>typename Container::value_type></type>
|
||||||
</typedef>
|
</typedef>
|
||||||
@@ -5816,18 +5810,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<classname>unordered_multimap</classname>, that
|
<classname>unordered_multimap</classname>, that
|
||||||
can then be inserted into a compatible container type.
|
can then be inserted into a compatible container type.
|
||||||
</para>
|
</para>
|
||||||
<notes>
|
<para>
|
||||||
<para>
|
The name and template parameters of this type are implementation
|
||||||
The name and template parameters of this type is implementation
|
defined, and should be obtained using the <code>node_type</code>
|
||||||
defined, and should be obtained using the <code>node_type</code>
|
member typedef from the appropriate container.
|
||||||
member typedef from the appropriate container.
|
</para>
|
||||||
</para>
|
</description>
|
||||||
<para>
|
|
||||||
In this version of Boost, <code>node_type</code> is different
|
|
||||||
for <code>unordered_map</code> and <code>unordered_multimap</code>, this will be fixed in a future version of Boost.
|
|
||||||
</para>
|
|
||||||
</notes>
|
|
||||||
</purpose>
|
|
||||||
<typedef name="key_type">
|
<typedef name="key_type">
|
||||||
<type>typename Container::key_type</type>
|
<type>typename Container::key_type</type>
|
||||||
</typedef>
|
</typedef>
|
||||||
|
Reference in New Issue
Block a user