Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::common::IntegerTypes Concept Reference
#include <
types.h
>
Concept definition
template
<
typename
T>
concept
kuzu::common::IntegerTypes
=
SignedIntegerTypes<T>
|| std::is_same_v<T, uint8_t> || std::is_same_v<T, uint16_t> ||
std::is_same_v<T, uint32_t> || std::is_same_v<T, uint64_t>
kuzu::common::IntegerTypes
Definition
types.h:143
kuzu::common::SignedIntegerTypes
Definition
types.h:138
kuzu
common
IntegerTypes
Generated by
1.13.2