Write the accumulated state information held in this allocator to the specified stream in some reasonable (multi‐line) format, and return a reference to stream.
Synopsis
Declared in <bdlma_countingallocator.h>
std::ostream&
print(std::ostream& stream) const;
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
Created with MrDocs