boost::openmethod::policies::TypeHashFn

Blueprint for type_hash metafunctions (exposition only).

Synopsis

Declared in <boost/openmethod/preamble.hpp>

template<class Registry>
struct TypeHashFn;

Static Member Functions

Name

Description

initialize

Initialize the hash table.

hash_range

Return the range of hash values produced by hash.

hash

Hash a type_id.

finalize

Release the resources allocated by initialize.

Template Parameters

Name

Description

Registry

The registry containing the policy.

Created with MrDocs