Kùzu C++ API
|
#include <algorithm>
#include <array>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | kuzu |
namespace | kuzu::common |
Functions | |
template<typename T , size_t N1, size_t N2> | |
constexpr std::array< T, N1+N2 > | kuzu::common::arrayConcat (const std::array< T, N1 > &arr1, const std::array< T, N2 > &arr2) |