From 5bf92d481f572236f62598ce415d83538dcf11a3 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 22 Dec 2009 17:01:27 +0000 Subject: [PATCH] updated the docs --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403339 --- docs/docs/metaprogramming.xml | 14 ++++++++++++++ docs/docs/term_index.xml | 1 + 2 files changed, 15 insertions(+) diff --git a/docs/docs/metaprogramming.xml b/docs/docs/metaprogramming.xml index 09692dd89..d818ba4b3 100644 --- a/docs/docs/metaprogramming.xml +++ b/docs/docs/metaprogramming.xml @@ -42,6 +42,7 @@ noncopyable enable_if is_graph + is_rand is_matrix is_std_vector is_directed_graph @@ -328,6 +329,19 @@ + + + + is_rand + dlib/is_kind.h + dlib/is_kind.h + + This is a template where is_rand<T>::value == true when T + is a rand object. + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index ef29d9cf9..de4f75c55 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -336,6 +336,7 @@ +