|
Open3D (C++ API)
|
Go to the source code of this file.
Macros | |
| #define | OPEN3D_CONCATENATE_IMPL(s1, s2) s1##s2 |
| #define | OPEN3D_CONCATENATE(s1, s2) OPEN3D_CONCATENATE_IMPL(s1, s2) |
| #define OPEN3D_CONCATENATE | ( | s1, | |
| s2 | |||
| ) | OPEN3D_CONCATENATE_IMPL(s1, s2) |
| #define OPEN3D_CONCATENATE_IMPL | ( | s1, | |
| s2 | |||
| ) | s1##s2 |
1.8.13