Blender
V5.0
source
blender
blenlib
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
9
namespace
blender
{
10
11
template
<
typename
T
,
typename
... Args>
12
inline
uint64_t
get_default_hash
(
const
T
&
v
,
const
Args &...args);
13
14
}
v
ATTR_WARN_UNUSED_RESULT const BMVert * v
Definition
bmesh_query_inline.hh:23
uint64_t
unsigned long long int uint64_t
Definition
btConvexHullComputer.cpp:33
T
#define T
Definition
mball_tessellate.cc:274
blender
Definition
ANIM_action.hh:36
blender::get_default_hash
uint64_t get_default_hash(const T &v, const Args &...args)
Definition
BLI_hash.hh:233
Generated on
for Blender by
doxygen
1.16.1