diff --git a/docs/docs/containers.xml b/docs/docs/containers.xml index 5342ebb33..579197216 100644 --- a/docs/docs/containers.xml +++ b/docs/docs/containers.xml @@ -56,6 +56,7 @@
Objects static_set + any array array2d binary_search_tree @@ -1157,6 +1158,25 @@ + + + + any + dlib/any.h + dlib/any/any_abstract.h + + This object is basically a type-safe version of a void*. In particular, + it is a container which can contain only one object but the object may + be of any type. + +

+ It is somewhat like the type_safe_union except you don't have to declare + the set of possible content types beforehand. So in some sense this is + like a less type-strict version of the type_safe_union. +

+
+
+ diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 70f4c2f64..2cd13822b 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -838,6 +838,7 @@ +