bsl::basic_istringstream::str

Reset this stream's input character sequence to value.

Synopsis

Declared in <bslstl_istringstream.h>

void
str(BloombergLP::bslmf::MovableRef<StringType> value);

Description

Same as the str overload taking const StringType&.

Parameters

NameDescription
valuenew character sequence for the stream input buffer