Present a slice of the top of a stack. More...
#include <stack.hh>
Public Member Functions | |
| slice (const S &stack, unsigned int range) | |
| const T & | operator[] (unsigned int i) const |
Private Attributes | |
| const S & | stack_ |
| unsigned int | range_ |
Present a slice of the top of a stack.
Definition at line 111 of file stack.hh.
1.6.0