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
d62fac0d
Commit
d62fac0d
authored
Jan 19, 2014
by
Davis King
Browse files
Added a value_type typedef to the array object.
parent
9d32b83a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
dlib/array/array_kernel.h
dlib/array/array_kernel.h
+1
-0
dlib/array/array_kernel_abstract.h
dlib/array/array_kernel_abstract.h
+1
-0
No files found.
dlib/array/array_kernel.h
View file @
d62fac0d
...
@@ -77,6 +77,7 @@ namespace dlib
...
@@ -77,6 +77,7 @@ namespace dlib
typedef
T
type
;
typedef
T
type
;
typedef
T
value_type
;
typedef
mem_manager
mem_manager_type
;
typedef
mem_manager
mem_manager_type
;
array
(
array
(
...
...
dlib/array/array_kernel_abstract.h
View file @
d62fac0d
...
@@ -53,6 +53,7 @@ namespace dlib
...
@@ -53,6 +53,7 @@ namespace dlib
public:
public:
typedef
T
type
;
typedef
T
type
;
typedef
T
value_type
;
typedef
mem_manager
mem_manager_type
;
typedef
mem_manager
mem_manager_type
;
array
(
array
(
...
...
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