BloombergLP::bdlcc::Deque::timedPushFront

timedPushFront overloads

Synopses

Declared in <bdlcc_deque.h>

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

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

Timed append of item to the front of this container.

int
timedPushFront(
    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