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
Example
struct noisy_registry
: registry<
policies::std_rtti, policies::fast_perfect_hash,
policies::vptr_vector, policies::default_error_handler,
policies::stderr_output> {};
See Also
Created with MrDocs