Blender
V4.3
intern
cycles
util
foreach.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_FOREACH_H__
6
#define __UTIL_FOREACH_H__
7
8
/* Nice foreach() loops for STL data structures. */
9
10
#define foreach(x, y) for (x : y)
11
12
#endif
/* __UTIL_FOREACH_H__ */
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0