timedPushBack overloads

Synopses

Declared in <bdlcc_deque.h>

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

Timed append of item to the back of this container.

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

Return Value

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

Parameters

Name

Description

item

value to move‐append

timeout

absolute time at which to stop waiting

Created with MrDocs