Print a formatted string describing the current state of this object to the specified stream.
Declared in <bdlcc_fixedqueueindexmanager.h>
std::ostream&
print(std::ostream& stream) const;
If stream is not valid on entry, this operation has no effect. Note that this method describes the internal state of the buffer and is provided purely for debugging purposes.
a reference to stream
| Name | Description |
|---|---|
| stream | stream to which the description is written |