Commit f924b448 authored by Davis King's avatar Davis King

updated docs

parent af99cde1
...@@ -58,6 +58,8 @@ ...@@ -58,6 +58,8 @@
<item>tabs</item> <item>tabs</item>
<item>tmin</item> <item>tmin</item>
<item>tmax</item> <item>tmax</item>
<item>compile_time_integer_list</item>
<item>make_compile_time_integer_range</item>
</section> </section>
<section> <section>
...@@ -116,6 +118,31 @@ ...@@ -116,6 +118,31 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>compile_time_integer_list</name>
<file>dlib/metaprogramming.h</file>
<spec_file link="true">dlib/metaprogramming.h</spec_file>
<description>
This is a variadic template that can represent a list of integers.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>make_compile_time_integer_range</name>
<file>dlib/metaprogramming.h</file>
<spec_file link="true">dlib/metaprogramming.h</spec_file>
<description>
This is a variadic template that takes one number, MAX, as input
and creates a <a href="#compile_time_integer_list">compile_time_integer_list</a>
representing the range of integers [1,MAX] inclusive.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -848,6 +848,8 @@ ...@@ -848,6 +848,8 @@
<term file="containers.html" name="any_trainer" include="dlib/any.h"/> <term file="containers.html" name="any_trainer" include="dlib/any.h"/>
<term file="containers.html" name="any_decision_function" include="dlib/any.h"/> <term file="containers.html" name="any_decision_function" include="dlib/any.h"/>
<term file="metaprogramming.html" name="compile_time_integer_list" include="dlib/metaprogramming.h"/>
<term file="metaprogramming.html" name="make_compile_time_integer_range" include="dlib/metaprogramming.h"/>
<term file="metaprogramming.html" name="enable_if" include="dlib/enable_if.h"/> <term file="metaprogramming.html" name="enable_if" include="dlib/enable_if.h"/>
<term file="metaprogramming.html" name="disable_if" include="dlib/enable_if.h"/> <term file="metaprogramming.html" name="disable_if" include="dlib/enable_if.h"/>
......
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