Boost.OpenMethod

    • Introduction
    • Open-Methods 101
    • Performance
    • Smart Pointers
    • Headers
    • Namespaces
    • Friendship
    • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
  • boost::openmethod::policies::stderr_output
arrow_upward

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

Base Classes

Name Description

output

Policy for writing diagnostics and trace.

Types

Name

Description

fn

An OutputFn metafunction.

Description

stderr_output writes to standard error using the C API.

Created with MrDocs