Blender V5.0
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
10
11using std::remove;
12using std::sort;
13using std::stable_sort;
14using std::swap;
15using std::upper_bound;
16
#define CCL_NAMESPACE_END