Print a formatted string describing the current state of this object to the specified stream.

Synopsis

Declared in <bdlcc_fixedqueueindexmanager.h>

std::ostream&
print(std::ostream& stream) const;

Description

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.

Return Value

a reference to stream

Parameters

Name

Description

stream

stream to which the description is written

Created with MrDocs