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::fast_perfect_hash::search_error::write
arrow_upward

boost::openmethod::policies::fast_perfect_hash::search_error::write

Write a short description to an output stream

Synopsis

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

template<
    class Registry,
    class Stream>
void
write(Stream& os) const;

Template Parameters

Name Description

Registry

The registry

Stream

A LightweightOutputStream

Parameters

Name Description

os

The output stream

Created with MrDocs