This class implements a reclaimable node in a BoundedQueue.
Declared in <bdlcc_boundedqueue.h>
template<class TYPE>
struct BoundedQueue_Node<TYPE, true>;
| Name | Description |
|---|---|
isUnconstructed | Return whether an exception occurred when last writing to d_value. |
setIsUnconstructed | Set whether d_value currently refers to a valid object. |
| Name | Description |
|---|---|
d_value | In-place storage for this node's TYPE object. |