tryPushBack overloads
Synopses
Declared in <bdlcc_singleconsumerqueueimpl.h>
Attempt to append the specified move‐insertable value without blocking.
int
tryPushBack(bslmf::MovableRef<TYPE> value);
Attempt to append the specified value without blocking.
int
tryPushBack(TYPE const& value);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
value |
move‐insertable value to append |
Created with MrDocs