|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
Checks whether a free (ADL-discoverable) hash() function exists.
More...
#include <jh/conceptual/hashable.h>
Checks whether a free (ADL-discoverable) hash() function exists.
This allows user-defined global hash functions to participate in resolution without specializing std::hash or modifying the type.