deque |
A deque
is a sequential container that is optimized for fast indexed based access and
efficient insertion at either of its extremities.
T() ), using alloc
(default allocate<T> ) to allocate
storage.[ first
, last )
, using alloc (default allocate<T>
) to allocate storage.[
first , last
) , using alloc
(default allocate<T> ) to allocate
storage.T() ).true
if the container has no entries.[ first ,
last ) .T() ) at pos
and returns an iterator pointing to the new element's position.[ first
, last )
at pos .[ first
, last )
at pos .T() ) to initialize new elements if
necessary.true
if x is equivalent to y
.true
if x is lexicographically less than y
.Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.