boost::openmethod::policies::type_hash
Policy for hashing type ids.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
struct type_hash;
Requirements
Classes implementing this policy must:
-
derive from `rtti`.
-
provide a `fn<Registry>` metafunction that conforms to the
TypeHashFnblueprint.
Derived Classes
| Name | Description |
|---|---|
Hash type ids using a fast, perfect hash function. |
Created with MrDocs