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 @@ +