boost::openmethod::policies::fast_perfect_hash::fn::state
The policy's state: the hash factors (no_checks), plus the control table if the registry has runtime checks enabled (with_checks). Held in the registry's shared state (see registry_state).
Synopsis
Declared in <boost/openmethod/policies/fast_perfect_hash.hpp>
using state = std::conditional_t<Registry::has_runtime_checks, with_checks, no_checks>;
Created with MrDocs