mirror of https://github.com/davisking/dlib.git
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404036
This commit is contained in:
parent
8429636fed
commit
4b4d6b67bc
|
@ -49,6 +49,7 @@
|
|||
<item>is_directed_graph</item>
|
||||
<item>is_built_in_scalar_type</item>
|
||||
<item>promote</item>
|
||||
<item>basic_type</item>
|
||||
<item>unsigned_type</item>
|
||||
<item>tabs</item>
|
||||
<item>tmin</item>
|
||||
|
@ -320,6 +321,23 @@
|
|||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>basic_type</name>
|
||||
<file>dlib/algs.h</file>
|
||||
<spec_file link="true">dlib/algs.h</spec_file>
|
||||
<description>
|
||||
This is a template that takes a type and trips off any const, volatile, or reference
|
||||
qualifiers and gives you back the basic underlying type. So for example:
|
||||
|
||||
<p>
|
||||
For example, promote<const int&>::type == int
|
||||
</p>
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
|
||||
|
|
|
@ -424,6 +424,7 @@
|
|||
<term file="metaprogramming.html" name="is_directed_graph"/>
|
||||
<term file="metaprogramming.html" name="is_built_in_scalar_type"/>
|
||||
<term file="metaprogramming.html" name="promote"/>
|
||||
<term file="metaprogramming.html" name="basic_type"/>
|
||||
<term file="metaprogramming.html" name="assign_zero_if_built_in_scalar_type"/>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue