insert overloads
Synopses
Declared in <bdlc_queue.h>
Insert the specified srcQueue into this queue at dstIndex.
Insert the specified item into this queue at dstIndex.
void
insert(
int dstIndex,
T const& item);
Insert elements from srcQueue into this queue at dstIndex.
Parameters
Name |
Description |
dstIndex |
index at which to insert |
srcQueue |
queue whose elements are inserted |
item |
value to insert |
srcIndex |
first index in |
numElements |
number of elements to insert |
Created with MrDocs