Open3D (C++ API)
Macros
Macro.h File Reference

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)
 

Macro Definition Documentation

◆ OPEN3D_CONCATENATE

#define OPEN3D_CONCATENATE (   s1,
  s2 
)    OPEN3D_CONCATENATE_IMPL(s1, s2)

◆ OPEN3D_CONCATENATE_IMPL

#define OPEN3D_CONCATENATE_IMPL (   s1,
  s2 
)    s1##s2