Blender V5.0
BLI_hash_fwd.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include <cstdint>
8
9namespace blender {
10
11template<typename T, typename... Args>
12inline uint64_t get_default_hash(const T &v, const Args &...args);
13
14}
ATTR_WARN_UNUSED_RESULT const BMVert * v
unsigned long long int uint64_t
#define T
uint64_t get_default_hash(const T &v, const Args &...args)
Definition BLI_hash.hh:233