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
f0705c93
Commit
f0705c93
authored
Nov 18, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
0eb9fb52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
23 deletions
+6
-23
other.xml
docs/docs/other.xml
+6
-23
No files found.
docs/docs/other.xml
View file @
f0705c93
...
...
@@ -380,7 +380,7 @@
<!-- ************************************************************************* -->
<component
checked=
"true"
>
<component>
<name>
member_function_pointer
</name>
<file>
dlib/member_function_pointer.h
</file>
<spec_file>
dlib/member_function_pointer/member_function_pointer_kernel_abstract.h
</spec_file>
...
...
@@ -388,34 +388,17 @@
This object represents a member function pointer. It is useful because
instances of this object can be created without needing to know the type
of object whose member function we will be calling.
<p>
The implementation of this object 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>
<examples>
<example>
member_function_pointer_ex.cpp.html
</example>
</examples>
<implementations>
<implementation>
<name>
member_function_pointer_kernel_1
</name>
<file>
dlib/member_function_pointer/member_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 member_function_pointer_kernel_1
</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</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