[#BloombergLP-bdlc-Queue-remove-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::remove :relfileprefix: ../../../ :mrdocs: Remove from this queue the value at the specified `index`. All values with initial indices above `index` are shifted down by one index position. The behavior is undefined unless `0 <= index < length()`. == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void remove(int index); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#