|
pstore2
|
array_stack is a simple container which provides an interface very similar to std::stack, but based on std::array. More...


Go to the source code of this file.
Classes | |
| class | pstore::array_stack< Ty, Size > |
| A simple wrapper for std::array which provides the functionality of a stack, specifically a FILO (first-in, last-out) data structure. More... | |
array_stack is a simple container which provides an interface very similar to std::stack, but based on std::array.
1.8.13