From 743985a1afeb76e98cfbf6e0127227ebed91d0df Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 26 Dec 2010 16:54:54 +0000 Subject: [PATCH] updated docs --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404033 --- docs/docs/containers.xml | 15 +++++++++++++++ docs/docs/term_index.xml | 1 + 2 files changed, 16 insertions(+) diff --git a/docs/docs/containers.xml b/docs/docs/containers.xml index 2f81f0d2d..98901d3a4 100644 --- a/docs/docs/containers.xml +++ b/docs/docs/containers.xml @@ -552,6 +552,7 @@ queue reference_counter type_safe_union + unordered_pair sequence set stack @@ -1162,6 +1163,20 @@ + + + + unordered_pair + dlib/unordered_pair.h + dlib/unordered_pair.h + + 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. + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index fb1dd3664..9a98d6e51 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -233,6 +233,7 @@ +