Block until space is available, then move‐append item to the back.
Synopsis
Declared in <bdlcc_deque.h>
void
pushBack(bslmf::MovableRef<TYPE> item);
Description
Block until space in this container becomes available (see {`High‐Water Mark` Feature}), then append the specified move‐insertable item to the back of this container. item is left in a valid but unspecified state.
Parameters
Name |
Description |
item |
value to move‐append |
Created with MrDocs