Commit 9ff5b39d authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403076
parent f36501d7
......@@ -34,6 +34,7 @@
<item>is_const_type</item>
<item>is_same_type</item>
<item>is_convertible</item>
<item>is_complex</item>
<item>is_function</item>
<item>is_signed_type</item>
<item>is_unsigned_type</item>
......@@ -191,6 +192,19 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>is_complex</name>
<file>dlib/matrix.h</file>
<spec_file link="true">dlib/matrix/matrix_utilities.h</spec_file>
<description>
This is a template that can be used to determine if a type is a
specialization of std::complex.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -712,6 +712,7 @@
<term file="metaprogramming.html" name="is_const_type"/>
<term file="metaprogramming.html" name="is_same_type"/>
<term file="metaprogramming.html" name="is_convertible"/>
<term file="metaprogramming.html" name="is_complex"/>
<term file="metaprogramming.html" name="is_function"/>
<term file="metaprogramming.html" name="wrap_function"/>
<term file="metaprogramming.html" name="is_signed_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