|
smats
0.0.1
Satisfability Modulo Arithmetic Theories Symbols
|
#include <concepts.h>
Check if the type T is hashable, meaning it is not a simple type and provides a void hash(InvocableHashAlgorithm hasher) noexcept const
method.
T | type to check |
U | return type of the hash value |