diff --git a/docs/docs/metaprogramming.xml b/docs/docs/metaprogramming.xml index 0422ff09f..42c519354 100644 --- a/docs/docs/metaprogramming.xml +++ b/docs/docs/metaprogramming.xml @@ -44,6 +44,7 @@ noncopyable enable_if is_array2d + is_array is_graph is_rand is_matrix @@ -438,6 +439,19 @@ + + + + is_array + dlib/is_kind.h + dlib/is_kind.h + + This is a template where is_array<T>::value == true when T + is an array object. + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index f0c07f5b0..6ed9770e8 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -539,6 +539,7 @@ +