Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f924b448
"tests/vscode:/vscode.git/clone" did not exist on "dec8b49b5df9428bda561f82780b2d73f4589ea9"
Commit
f924b448
authored
Nov 20, 2017
by
Davis King
Browse files
updated docs
parent
af99cde1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
docs/docs/metaprogramming.xml
docs/docs/metaprogramming.xml
+27
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/metaprogramming.xml
View file @
f924b448
...
@@ -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>
...
...
docs/docs/term_index.xml
View file @
f924b448
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment