timedPushBack overloads
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...
0 if the container was updated, and a non-zero value if timed out
| Name | Description |
|---|---|
| item | value to move-append |
| timeout | absolute time at which to stop waiting |