Write the specified value to the specified *stream, surrounded by double quotes.

Synopsis

Declared in <bslim_gtestutil.h>

void
PrintTo(
    string const& value,
    std::ostream* stream);

Parameters

Name

Description

value

string to write

stream

stream to which the quoted string is written

Created with MrDocs