Extract an unsigned short from this stream.
Synopsis
Declared in <bslstl_istringstream.h>
BaseStream&
operator>>(unsigned short& value);
Return Value
a reference to this stream
Parameters
Name |
Description |
value |
destination for the extracted value |
Created with MrDocs