Blender
V4.3
intern
cycles
util
unique_ptr.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#ifndef __UTIL_UNIQUE_PTR_H__
6
#define __UTIL_UNIQUE_PTR_H__
7
8
#include <memory>
9
10
CCL_NAMESPACE_BEGIN
11
12
using
std::make_unique;
13
using
std::unique_ptr;
14
15
CCL_NAMESPACE_END
16
17
#endif
/* __UTIL_UNIQUE_PTR_H__ */
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:44
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0