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

Synopsis

Declared in <bslim_gtestutil.h>

template<class TYPE>
void
PrintTo(
    optional<TYPE> const& value,
    std::ostream* stream);

Parameters

Name

Description

value

optional value to write

stream

stream to which the representation is written

Created with MrDocs