mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404163
This commit is contained in:
parent
4ecdd03b70
commit
2ee75d5f3d
@ -46,6 +46,7 @@
|
||||
<item>is_rand</item>
|
||||
<item>is_matrix</item>
|
||||
<item>is_std_vector</item>
|
||||
<item>is_pair</item>
|
||||
<item>is_directed_graph</item>
|
||||
<item>is_built_in_scalar_type</item>
|
||||
<item>promote</item>
|
||||
@ -352,6 +353,19 @@
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>is_pair</name>
|
||||
<file>dlib/is_kind.h</file>
|
||||
<spec_file link="true">dlib/is_kind.h</spec_file>
|
||||
<description>
|
||||
This is a template where is_pair<T>::value == true when T
|
||||
is a std::pair object.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
|
||||
|
@ -444,6 +444,7 @@
|
||||
<term file="metaprogramming.html" name="is_rand"/>
|
||||
<term file="metaprogramming.html" name="is_matrix"/>
|
||||
<term file="metaprogramming.html" name="is_std_vector"/>
|
||||
<term file="metaprogramming.html" name="is_pair"/>
|
||||
<term file="metaprogramming.html" name="is_directed_graph"/>
|
||||
<term file="metaprogramming.html" name="is_built_in_scalar_type"/>
|
||||
<term file="metaprogramming.html" name="promote"/>
|
||||
|
Loading…
Reference in New Issue
Block a user