boost::openmethod::policies::stderr_output

Writes to the C standard error stream.

Synopsis

Declared in <boost/openmethod/policies/stderr_output.hpp>

struct stderr_output
    : output

Description

stderr_output writes to standard error using the C API.

Example

struct noisy_registry
    : registry<
          policies::std_rtti, policies::fast_perfect_hash,
          policies::vptr_vector, policies::default_error_handler,
          policies::stderr_output> {};

Base Classes

Name

Description

output

Policy for writing diagnostics and trace.

Types

Name

Description

fn

An OutputFn metafunction.

See Also

Created with MrDocs