Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::common::IndexHashable Concept Reference
#include <
types.h
>
Concept definition
template
<
typename
T>
concept
kuzu::common::IndexHashable
= ((std::integral<T> && !std::is_same_v<T, bool>) || std::floating_point<T> ||
std::is_same_v<T, int128_t> || std::is_same_v<T, ku_string_t> ||
std::is_same_v<T, std::string_view> || std::same_as<T, std::string>)
kuzu::common::IndexHashable
Definition
types.h:110
kuzu
common
IndexHashable
Generated by
1.12.0