mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403943
This commit is contained in:
parent
30e8807f3b
commit
cfc0f1be2b
@ -56,6 +56,7 @@
|
||||
<section>
|
||||
<name>Objects</name>
|
||||
<item>static_set</item>
|
||||
<item>any</item>
|
||||
<item>array</item>
|
||||
<item>array2d</item>
|
||||
<item>binary_search_tree</item>
|
||||
@ -1157,6 +1158,25 @@
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>any</name>
|
||||
<file>dlib/any.h</file>
|
||||
<spec_file link="true">dlib/any/any_abstract.h</spec_file>
|
||||
<description>
|
||||
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.
|
||||
|
||||
<p>
|
||||
It is somewhat like the <a href="#type_safe_union">type_safe_union</a> 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.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
|
||||
|
@ -838,6 +838,7 @@
|
||||
<term file="containers.html" name="sliding_buffer"/>
|
||||
<term file="containers.html" name="static_map"/>
|
||||
<term file="containers.html" name="static_set"/>
|
||||
<term file="containers.html" name="any"/>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user