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::odr_violation::write
arrow_upward

boost::openmethod::odr_violation::write

Write a description of the error to a stream.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

template<
    class Registry,
    class Stream>
auto
write(Stream& stream) const;

Template Parameters

Name Description

Registry

The registry containing this policy.

Parameters

Name Description

stream

The stream to write to.

Created with MrDocs