[#BloombergLP-bdlcc-BoundedQueue_Node-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/BoundedQueue_Node-0a.adoc[BoundedQueue_Node]<TYPE, true> :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bdlcc_boundedqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct xref:BloombergLP/bdlcc/BoundedQueue_Node-0a.adoc[BoundedQueue_Node]<TYPE, true>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/BoundedQueue_Node-0f/isUnconstructed.adoc[`isUnconstructed`] | Return whether an exception occurred when last writing to `d_value`. | xref:BloombergLP/bdlcc/BoundedQueue_Node-0f/setIsUnconstructed.adoc[`setIsUnconstructed`] | If the specified `isUnconstructedFlag` is `false`, then `d_value` refers to a valid object of (the template parameter) `TYPE`, otherwise (if `isUnconstrucedFlag` is `true`) `d_value` does not refer to a valid object (because the attempt to construct `TYPE` resulted in an expection). Note that this method is normally invoked after each write to `d_value`. |=== == Data Members [cols="1"] |=== | Name | xref:BloombergLP/bdlcc/BoundedQueue_Node-0f/d_value.adoc[`d_value`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#