append overloads
Synopses
Declared in <bdlc_queue.h>
Append the sequence of values in the specified srcQueue.
Append the specified item to the end of this queue.
void
append(T const& item);
Append elements from srcQueue starting at srcIndex to this queue.
Parameters
Name |
Description |
srcQueue |
queue whose elements are appended |
item |
value to append |
srcIndex |
first index in |
numElements |
number of elements to append |
Created with MrDocs