Commit 4b4d6b67 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404036
parent 8429636f
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<item>is_directed_graph</item> <item>is_directed_graph</item>
<item>is_built_in_scalar_type</item> <item>is_built_in_scalar_type</item>
<item>promote</item> <item>promote</item>
<item>basic_type</item>
<item>unsigned_type</item> <item>unsigned_type</item>
<item>tabs</item> <item>tabs</item>
<item>tmin</item> <item>tmin</item>
...@@ -320,6 +321,23 @@ ...@@ -320,6 +321,23 @@
</component> </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>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
......
...@@ -424,6 +424,7 @@ ...@@ -424,6 +424,7 @@
<term file="metaprogramming.html" name="is_directed_graph"/> <term file="metaprogramming.html" name="is_directed_graph"/>
<term file="metaprogramming.html" name="is_built_in_scalar_type"/> <term file="metaprogramming.html" name="is_built_in_scalar_type"/>
<term file="metaprogramming.html" name="promote"/> <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"/> <term file="metaprogramming.html" name="assign_zero_if_built_in_scalar_type"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment