Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Function get_stream

boost::unit_test::results_reporter::get_stream — Access to configured results reporter stream.

Synopsis

// In header: <boost/test/results_reporter.hpp>


std::ostream & get_stream();

Description

Use this stream to report additional information abut test module execution


PrevUpHomeNext