Commit 743985a1 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404033
parent 5440fa53
......@@ -552,6 +552,7 @@
<item>queue</item>
<item>reference_counter</item>
<item>type_safe_union</item>
<item>unordered_pair</item>
<item>sequence</item>
<item>set</item>
<item>stack</item>
......@@ -1162,6 +1163,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>unordered_pair</name>
<file>dlib/unordered_pair.h</file>
<spec_file link="true">dlib/unordered_pair.h</spec_file>
<description>
This object is very similar to the std::pair struct except unordered_pair
is only capable of representing an unordered set of two items rather than
an ordered list of two items like std::pair.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -233,6 +233,7 @@
<term link="dlib/svm/kernel_abstract.h.html#Kernel_Function_Objects" name="Kernel Function Objects"/>
<term file="dlib/svm/kernel_abstract.h.html" name="kernel_derivative"/>
<term file="containers.html" name="unordered_pair"/>
<term file="containers.html" name="std_vector_c"/>
<term file="containers.html" name="graph"/>
<term file="containers.html" name="directed_graph"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment