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);
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