How can I construct or return the underlying deque from a stack?

Posted by BeeBand on Stack Overflow See other posts from Stack Overflow or by BeeBand
Published on 2010-06-13T18:55:41Z Indexed on 2010/06/13 19:02 UTC
Read the original article Hit count: 168

Filed under:

I want to be able to convert a std::stack<> to a std::deque<>. Is there a straightforward conversion?

© Stack Overflow or respective owner

Related posts about c++