Commit 1e83c12f authored by Davis King's avatar Davis King

Updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403603
parent be080797
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<name>Objects</name> <name>Objects</name>
<item>is_pointer_type</item> <item>is_pointer_type</item>
<item>is_const_type</item> <item>is_const_type</item>
<item>is_reference_type</item>
<item>is_same_type</item> <item>is_same_type</item>
<item>is_convertible</item> <item>is_convertible</item>
<item>is_complex</item> <item>is_complex</item>
...@@ -342,6 +343,19 @@ ...@@ -342,6 +343,19 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>is_reference_type</name>
<file>dlib/algs.h</file>
<spec_file link="true">dlib/algs.h</spec_file>
<description>
This is a template where is_reference_type&lt;T&gt;::value == true when T is a reference
type and false otherwise.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
...@@ -350,7 +364,7 @@ ...@@ -350,7 +364,7 @@
<spec_file link="true">dlib/algs.h</spec_file> <spec_file link="true">dlib/algs.h</spec_file>
<description> <description>
This is a template where is_const_type&lt;T&gt;::value == true when T is a const This is a template where is_const_type&lt;T&gt;::value == true when T is a const
type ane false otherwise. type and false otherwise.
</description> </description>
</component> </component>
...@@ -364,7 +378,7 @@ ...@@ -364,7 +378,7 @@
<spec_file link="true">dlib/algs.h</spec_file> <spec_file link="true">dlib/algs.h</spec_file>
<description> <description>
This is a template where is_pointer_type&lt;T&gt;::value == true when T is a pointer This is a template where is_pointer_type&lt;T&gt;::value == true when T is a pointer
type ane false otherwise. type and false otherwise.
</description> </description>
</component> </component>
......
...@@ -366,6 +366,7 @@ ...@@ -366,6 +366,7 @@
<term file="metaprogramming.html" name="_dT"/> <term file="metaprogramming.html" name="_dT"/>
<term file="metaprogramming.html" name="is_pointer_type"/> <term file="metaprogramming.html" name="is_pointer_type"/>
<term file="metaprogramming.html" name="is_const_type"/> <term file="metaprogramming.html" name="is_const_type"/>
<term file="metaprogramming.html" name="is_reference_type"/>
<term file="metaprogramming.html" name="is_same_type"/> <term file="metaprogramming.html" name="is_same_type"/>
<term file="metaprogramming.html" name="is_convertible"/> <term file="metaprogramming.html" name="is_convertible"/>
<term file="metaprogramming.html" name="is_complex"/> <term file="metaprogramming.html" name="is_complex"/>
......
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