BloombergLP::bdlcc::Deque::pushBack

pushBack overloads

Synopses

Declared in <bdlcc_deque.h>

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.

void
pushBack(bslmf::MovableRef<TYPE> item);
» more...

Block until space in this container becomes available (see {High-Water Mark Feature}), then append the specified item to the back of this container.

void
pushBack(TYPE const& item);
» more...