mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
b84ed09e55
commit
480b8f26f9
@ -44,6 +44,7 @@
|
||||
<item>noncopyable</item>
|
||||
<item>enable_if</item>
|
||||
<item>is_array2d</item>
|
||||
<item>is_array</item>
|
||||
<item>is_graph</item>
|
||||
<item>is_rand</item>
|
||||
<item>is_matrix</item>
|
||||
@ -438,6 +439,19 @@
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>is_array</name>
|
||||
<file>dlib/is_kind.h</file>
|
||||
<spec_file link="true">dlib/is_kind.h</spec_file>
|
||||
<description>
|
||||
This is a template where is_array<T>::value == true when T
|
||||
is an <a href="containers.html#array">array</a> object.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
|
@ -539,6 +539,7 @@
|
||||
<term file="metaprogramming.html" name="static_switch"/>
|
||||
<term file="metaprogramming.html" name="is_graph"/>
|
||||
<term file="metaprogramming.html" name="is_array2d"/>
|
||||
<term file="metaprogramming.html" name="is_array"/>
|
||||
<term file="metaprogramming.html" name="is_rand"/>
|
||||
<term file="metaprogramming.html" name="is_matrix"/>
|
||||
<term file="metaprogramming.html" name="is_config_reader"/>
|
||||
|
Loading…
Reference in New Issue
Block a user