Present a slice of the top of a stack.
More...
#include <parser.h>
|
| slice (const stack &stack, index_type range) |
|
const T & | operator[] (index_type i) const |
|
template<typename T, typename S = std::vector<T>>
class isc::eval::EvalParser::stack< T, S >::slice
Present a slice of the top of a stack.
Definition at line 2320 of file parser.h.
template<typename T, typename S = std::vector<T>>
isc::eval::EvalParser::stack< T, S >::slice::slice |
( |
const stack & |
stack, |
|
|
index_type |
range |
|
) |
| |
|
inline |
template<typename T, typename S = std::vector<T>>
const T& isc::eval::EvalParser::stack< T, S >::slice::operator[] |
( |
index_type |
i | ) |
const |
|
inline |
The documentation for this class was generated from the following file: