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

fixed tabbing

parent 80850327
...@@ -70,8 +70,8 @@ namespace dlib ...@@ -70,8 +70,8 @@ namespace dlib
/*! /*!
ensures ensures
- #size() == N - #size() == N
- Initializes all N elements in this stack with the given item. - Initializes all N elements in this stack with the given item. E.g.
E.g. top()==item, pop().top()==item, pop().pop().top()==item, etc. top()==item, pop().top()==item, pop().pop().top()==item, etc.
!*/ !*/
const T& top( const T& top(
...@@ -93,8 +93,8 @@ namespace dlib ...@@ -93,8 +93,8 @@ namespace dlib
) const; ) const;
/*! /*!
ensures ensures
- returns the number of elements in this stack. In particular, the - returns the number of elements in this stack. In particular, the number
number returned is always N. returned is always N.
!*/ !*/
const sstack<T,N-1>& pop( 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