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