yomm2

yorel::yomm2::policy::basic_error_output
defined in <yorel/yomm2/policy.hpp>, also provided by <yorel/yomm2/core.hpp>, <yorel/yomm2/keywords.hpp>

template<class Policy, typename Stream = /*unspecified*/>
struct basic_error_output;

basic_error_output implements the error_output facet.

Template parameters

Static member variables

Name Value
Stream error_stream the stream to print to

error_stream

Initialized by the default constructor of Stream. It is the responsibility of the program to perform further initialization if needed - for example, open a std::ofstream, before calling update.