ztsdb
Public Member Functions | List of all members
yy::parser::stack< T, S >::slice Class Reference

Present a slice of the top of a stack. More...

#include <parser.hpp>

Public Member Functions

 slice (const stack &stack, index_type range)
 
const T & operator[] (index_type i) const
 

Detailed Description

template<typename T, typename S = std::vector<T>>
class yy::parser::stack< T, S >::slice

Present a slice of the top of a stack.


The documentation for this class was generated from the following file: