Append [begin .. end)] to the back, ignoring the high‐water mark.

Synopsis

Declared in <bdlcc_deque.h>

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

Description

Append the specified range [begin .. end)] of items to the back of this container without regard for the high‐water mark. Note that the items in the range are treated as const objects, copied without being modified.

Parameters

Name

Description

begin

beginning of the input range

end

end of the input range

Created with MrDocs