Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 980 Bytes

CppStdDeque.md

File metadata and controls

87 lines (48 loc) · 980 Bytes

 

 

 

 

 

 

std::deque (an abbreviation of 'double-ended queue', pronounce 'deck') is an STL container to store elements in a double-ended queue.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  1. Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 31.6. Advice. page 924: '[21] Don't use iterators into a resized vector or deque'