Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
ed9f16ad
Commit
ed9f16ad
authored
Nov 18, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
2ce5a857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
23 deletions
+7
-23
other.xml
docs/docs/other.xml
+7
-23
No files found.
docs/docs/other.xml
View file @
ed9f16ad
...
@@ -345,35 +345,19 @@
...
@@ -345,35 +345,19 @@
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<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.
<p>
This implementation is done using type erasure and placement new. This
means that it never allocates memory on the heap and instead stores everything
on the stack.
</p>
</description>
</description>
<implementations>
<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
means that it never allocates memory on the heap and instead stores everything
on the stack.
</description>
<typedefs>
<typedef>
<name>
kernel_1a
</name>
<description>
is a typedef for bound_function_pointer_kernel_1
</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</component>
</component>
...
...
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