Does the std::stack in the C++ STL expose any iterators of the underlying container or should I use that container directly?
std::stack
In SGI, MSDN and GNU documentations, stack doesn't provide an iterator.
stack