bsl::basic_stringbuf::str

Reset the buffered character sequence to the specified value.

Synopsis

Declared in <bslstl_stringbuf.h>

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

Description

Same as the str overload taking const StringType&.

Parameters

NameDescription
valuenew character sequence for the buffer