Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::deque (an abbreviation of 'double-ended queue', pronounce 'deck') is a container to store elements in a double-ended queue.
#include <algorithm> //std::copy |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.