Apply a basic_istream manipulator to this stream.
Synopsis
Declared in <bslstl_istringstream.h>
BaseStream&
operator>>(BaseStream&(* manipulator)(BaseStream&));
Return Value
a reference to this stream
Parameters
Name |
Description |
manipulator |
function to apply |
Created with MrDocs