Insert an unsigned int into the stream.
Synopsis
Declared in <bslstl_ostringstream.h>
BaseStream&
operator<<(unsigned int value);
Return Value
a reference to this stream
Parameters
Name |
Description |
value |
value to insert |
Created with MrDocs