Blender V4.3
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
11
12using std::make_unique;
13using std::unique_ptr;
14
16
17#endif /* __UTIL_UNIQUE_PTR_H__ */
#define CCL_NAMESPACE_END