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
27f04a37
Commit
27f04a37
authored
Sep 26, 2015
by
Davis King
Browse files
fixed tabbing
parent
80850327
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
80 deletions
+80
-80
dlib/dnn/core.h
dlib/dnn/core.h
+14
-14
dlib/dnn/core_abstract.h
dlib/dnn/core_abstract.h
+66
-66
No files found.
dlib/dnn/core.h
View file @
27f04a37
dlib/dnn/core_abstract.h
View file @
27f04a37
...
...
@@ -70,8 +70,8 @@ namespace dlib
/*!
ensures
- #size() == N
- Initializes all N elements in this stack with the given item.
E.g.
top()==item, pop().top()==item, pop().pop().top()==item, etc.
- Initializes all N elements in this stack with the given item.
E.g.
top()==item, pop().top()==item, pop().pop().top()==item, etc.
!*/
const
T
&
top
(
...
...
@@ -93,8 +93,8 @@ namespace dlib
)
const
;
/*!
ensures
- returns the number of elements in this stack. In particular, the
number
returned is always N.
- returns the number of elements in this stack. In particular, the
number
returned is always N.
!*/
const
sstack
<
T
,
N
-
1
>&
pop
(
...
...
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