BloombergLP::bdlcc::FixedQueue::tryPushBack

tryPushBack overloads

Synopses

Declared in <bdlcc_fixedqueue.h>

Attempt to append the specified move-insertable value without blocking.

int
tryPushBack(bslmf::MovableRef<TYPE> value);
» more...

Attempt to append the specified value to the back of this queue without blocking.

int
tryPushBack(TYPE const& value);
» more...

Return Value

0 on success, non-zero if full or disabled

Parameters

NameDescription
valuemove-insertable value to append