Concept to check if a type is a valid key adapter.
More...
#include <template_hash_array.h>
template<typename T, typename Key, typename KeyID, typename ComptimeData>
requires std::move_constructible<T> && std::is_trivially_copy_constructible_v<T>;
{ adapter.template eql<ComptimeData {}>(key, index) } -> std::same_as<bool>;
}
Concept to check if a type is a valid key adapter.
Definition template_hash_array.h:58
Concept to check if a type is a valid key adapter.
- Template Parameters
-
T | The key adapter type. |
Key | The key type. |
KeyID | The key ID type. |
ComptimeData | The comptime data type. |