Commit ed9f16ad authored by Davis King's avatar Davis King

updated docs

parent 2ce5a857
...@@ -345,36 +345,20 @@ ...@@ -345,36 +345,20 @@
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component checked="true"> <component>
<name>bound_function_pointer</name> <name>bound_function_pointer</name>
<file>dlib/bound_function_pointer.h</file> <file>dlib/bound_function_pointer.h</file>
<spec_file>dlib/bound_function_pointer/bound_function_pointer_kernel_abstract.h</spec_file> <spec_file>dlib/bound_function_pointer/bound_function_pointer_kernel_abstract.h</spec_file>
<description> <description>
This object represents a function with all its arguments bound to specific objects. This object represents a function with all its arguments bound to specific objects.
</description>
<implementations> <p>
<implementation>
<name>bound_function_pointer_kernel_1</name>
<file>dlib/bound_function_pointer/bound_function_pointer_kernel_1.h</file>
<description>
This implementation is done using type erasure and placement new. This This implementation is done using type erasure and placement new. This
means that it never allocates memory on the heap and instead stores everything means that it never allocates memory on the heap and instead stores everything
on the stack. on the stack.
</p>
</description> </description>
<typedefs>
<typedef>
<name>kernel_1a</name>
<description>is a typedef for bound_function_pointer_kernel_1</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</component> </component>
......
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