Blender  V3.3
function.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #ifndef __UTIL_FUNCTION_H__
5 #define __UTIL_FUNCTION_H__
6 
7 #include <functional>
8 
10 
11 #define function_bind std::bind
12 #define function_null nullptr
13 using std::function;
14 using std::placeholders::_1;
15 using std::placeholders::_2;
16 using std::placeholders::_3;
17 using std::placeholders::_4;
18 using std::placeholders::_5;
19 using std::placeholders::_6;
20 using std::placeholders::_7;
21 using std::placeholders::_8;
22 using std::placeholders::_9;
23 
25 
26 #endif /* __UTIL_FUNCTION_H__ */
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9