updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404036
This commit is contained in:
Davis King 2010-12-26 17:09:24 +00:00
parent 8429636fed
commit 4b4d6b67bc
2 changed files with 19 additions and 0 deletions

View File

@ -49,6 +49,7 @@
<item>is_directed_graph</item>
<item>is_built_in_scalar_type</item>
<item>promote</item>
<item>basic_type</item>
<item>unsigned_type</item>
<item>tabs</item>
<item>tmin</item>
@ -320,6 +321,23 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>basic_type</name>
<file>dlib/algs.h</file>
<spec_file link="true">dlib/algs.h</spec_file>
<description>
This is a template that takes a type and trips off any const, volatile, or reference
qualifiers and gives you back the basic underlying type. So for example:
<p>
For example, promote&lt;const int&amp;&gt;::type == int
</p>
</description>
</component>
<!-- ************************************************************************* -->

View File

@ -424,6 +424,7 @@
<term file="metaprogramming.html" name="is_directed_graph"/>
<term file="metaprogramming.html" name="is_built_in_scalar_type"/>
<term file="metaprogramming.html" name="promote"/>
<term file="metaprogramming.html" name="basic_type"/>
<term file="metaprogramming.html" name="assign_zero_if_built_in_scalar_type"/>