forcePushBack overloads

Synopses

Declared in <bdlcc_deque.h>

Move‐append item to the back, ignoring the high‐water mark.

Append item to the back, ignoring the high‐water mark.

void
forcePushBack(TYPE const& item);

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

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

Parameters

Name

Description

item

value to move‐append

begin

beginning of the input range

end

end of the input range

Created with MrDocs