tryPushBack overloads

Synopses

Declared in <bdlcc_singleproducersingleconsumerboundedqueue.h>

Append a move‐insertable value to the back of this queue without blocking.

Append the specified value to the back of this queue without blocking.

int
tryPushBack(TYPE const& value);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

value

move‐insertable element to append to the queue

Created with MrDocs