Blender
V5.0
intern
cycles
util
algorithm.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
#pragma once
6
7
#include <algorithm>
// IWYU pragma: export
8
9
CCL_NAMESPACE_BEGIN
10
11
using
std::remove;
12
using
std::sort;
13
using
std::stable_sort;
14
using
std::swap;
15
using
std::upper_bound;
16
17
CCL_NAMESPACE_END
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
Generated on
for Blender by
doxygen
1.16.1