Create a basic_istringstream from the specified initial string.
Declared in <bslstl_istringstream.h>
explicit
basic_istringstream(
StringType const& initialString,
allocator_type const& allocator = allocator_type());
Same as the constructor taking const allocator_type&.
| Name | Description |
|---|---|
| initialString | initial character sequence for input |
| allocator | allocator used to supply memory |