Blender
V5.0
source
blender
functions
intern
user_data.cc
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
#include "
FN_user_data.hh
"
6
7
namespace
blender::fn
{
8
9
destruct_ptr<LocalUserData>
UserData::get_local
(
LinearAllocator<>
&
/*allocator*/
)
10
{
11
return
{};
12
}
13
14
}
// namespace blender::fn
FN_user_data.hh
blender::LinearAllocator
Definition
BLI_linear_allocator.hh:29
blender::fn::UserData::get_local
virtual destruct_ptr< LocalUserData > get_local(LinearAllocator<> &allocator)
Definition
user_data.cc:9
blender::fn
Definition
BKE_attribute.hh:27
blender::destruct_ptr
std::unique_ptr< T, DestructValueAtAddress< T > > destruct_ptr
Definition
BLI_memory_utils.hh:113
Generated on
for Blender by
doxygen
1.16.1