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
ba8fe349
"torchvision/vscode:/vscode.git/clone" did not exist on "31a4ef9f815a86a924d0faa7709e091b5118f00d"
Commit
ba8fe349
authored
Mar 10, 2012
by
Davis King
Browse files
clarified spec
parent
ad1c665a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
dlib/array/array_kernel_abstract.h
dlib/array/array_kernel_abstract.h
+4
-6
No files found.
dlib/array/array_kernel_abstract.h
View file @
ba8fe349
...
...
@@ -41,12 +41,10 @@ namespace dlib
order (*this)[0], (*this)[1], (*this)[2], ...
WHAT THIS OBJECT REPRESENTS
array contains items of type T
This object represents an ordered array of items, each item is
associated with an integer value.
The items are numbered from 0 though size() - 1 and
the operator[] functions run in constant time
This object represents an ordered 1-dimensional array of items,
each item is associated with an integer value. The items are
numbered from 0 though size() - 1 and the operator[] functions
run in constant time.
Also note that unless specified otherwise, no member functions
of this object throw exceptions.
...
...
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