BloombergLP::bdlcc::BoundedQueue_Node<TYPE, true>::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.

Synopsis

Declared in <bdlcc_boundedqueue.h>

void
setIsUnconstructed(bool isUnconstructedFlag);