Boost.OpenMethod

    • Motivation
    • Basic Features
      • Methods and Overriders
      • Performance
      • Smart Pointers
      • Header and Implementation Files
      • Namespaces
      • Friends
      • 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::TypeHashFn::initialize
arrow_upward

boost::openmethod::policies::TypeHashFn::initialize

Initialize the hash table.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

template<class Context>
static
std::pair<std::size_t, std::size_t>
initialize(Context const& ctx);

Return Value

A pair containing the minimum and maximum hash values.

Template Parameters

Name Description

Context

A class that conforms to the InitializeContext blueprint.

Created with MrDocs