Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

testing::internal::bslim_Gtestutil_TestingStreamHolder Class Reference
[Component bslim_gtestutil]

#include <bslim_gtestutil.h>

List of all members.

Public Member Functions

 bslim_Gtestutil_TestingStreamHolder (bsl::ostream *stream)
 operator bsl::ostream * () const

Detailed Description

This class serves as a type in the testing namespace to be passed to an unqualified call to PrintTo. By supplying bslim_Gtestutil_TestingStreamHolder(&stream), which is implicitly convertible to bsl::ostream *, we supply an argument in the testing namespace in the UniversalPrint call within the bsl::PrintTo(const optional<TYPE>&, ...) call below, which will affect ADL to draw in UniversalPrint declarations from the testing namespace into consideration. For detailed discussion, see IMPLEMENTATION NOTE in the implementation file.

See Component bslim_gtestutil


The documentation for this class was generated from the following file: