Blender V4.3
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#ifndef __UTIL_ALGORITHM_H__
6#define __UTIL_ALGORITHM_H__
7
8#include <algorithm>
9
11
12using std::remove;
13using std::sort;
14using std::stable_sort;
15using std::swap;
16
18
19#endif /* __UTIL_ALGORITHM_H__ */
#define CCL_NAMESPACE_END