Commit 27f04a37 authored by Davis King's avatar Davis King

fixed tabbing

parent 80850327
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment