Blender V5.0
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
7namespace blender::fn {
8
13
14} // namespace blender::fn
virtual destruct_ptr< LocalUserData > get_local(LinearAllocator<> &allocator)
Definition user_data.cc:9
std::unique_ptr< T, DestructValueAtAddress< T > > destruct_ptr