BloombergLP::bdlcc::Deque::timedPushBack

timedPushBack overloads

Synopses

Declared in <bdlcc_deque.h>

Timed move-append of item to the back of this container.

int
timedPushBack(
    bslmf::MovableRef<TYPE> item,
    bsls::TimeInterval const& timeout);
» more...

Timed append of item to the back of this container.

int
timedPushBack(
    TYPE const& item,
    bsls::TimeInterval const& timeout);
» more...

Return Value

0 if the container was updated, and a non-zero value if timed out

Parameters

NameDescription
itemvalue to move-append
timeoutabsolute time at which to stop waiting