Extract characters into streambuf until delimiter.
Synopsis
Declared in <bslstl_istringstream.h>
BaseStream&
get(
std::basic_streambuf<char_type, traits_type>& streambuf,
char_type delimiter);
Return Value
a reference to this stream
Parameters
Name |
Description |
streambuf |
destination stream buffer |
delimiter |
character that stops extraction |
Created with MrDocs