Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
2704f3e2
Commit
2704f3e2
authored
Jul 12, 2019
by
Davis King
Browse files
fixed typo in docs
parent
6dec9abf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/lsh/hashes_abstract.h
dlib/lsh/hashes_abstract.h
+4
-4
No files found.
dlib/lsh/hashes_abstract.h
View file @
2704f3e2
...
...
@@ -50,7 +50,7 @@ namespace dlib
typedef
uint64
result_type
;
template
<
typename
vector_type
>
result_type
perator
()
(
result_type
o
perator
()
(
const
vector_type
&
v
)
const
;
/*!
...
...
@@ -116,7 +116,7 @@ namespace dlib
typedef
std
::
pair
<
uint64
,
uint64
>
result_type
;
template
<
typename
vector_type
>
result_type
perator
()
(
result_type
o
perator
()
(
const
vector_type
&
v
)
const
;
/*!
...
...
@@ -184,7 +184,7 @@ namespace dlib
typedef
std
::
pair
<
hash128_type
,
hash128_type
>
result_type
;
template
<
typename
vector_type
>
result_type
perator
()
(
result_type
o
perator
()
(
const
vector_type
&
v
)
const
;
/*!
...
...
@@ -252,7 +252,7 @@ namespace dlib
typedef
std
::
pair
<
hash256_type
,
hash256_type
>
result_type
;
template
<
typename
vector_type
>
result_type
perator
()
(
result_type
o
perator
()
(
const
vector_type
&
v
)
const
;
/*!
...
...
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