Append the specified specified range [begin .. end)] of items to the front of this container without regard for the high‐water mark. Note that pushed the items will be in the container in the reverse of the order in which they occur in the range. Also note that the items in the range are treated as const objects, copied without being modified.

Synopsis

Declared in <bdlcc_deque.h>

template<class INPUT_ITER>
void
forcePushFront(
    INPUT_ITER begin,
    INPUT_ITER end);

Created with MrDocs