boost::openmethod::policies::TypeHashFn

Blueprint for type_hash metafunctions (exposition only).

Synopsis

template<class Registry>
struct TypeHashFn;

Static Member Functions

Name

Description

initialize

Initialize the hash table.

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