Write the specified value to the specified *stream, surrounded by double quotes.
Declared in <bslim_gtestutil.h>
void
PrintTo(
BloombergLP::bslstl::StringRef const& value,
std::ostream* stream);
| Name | Description |
|---|---|
| value | string reference to write |
| stream | stream to which the quoted string is written |