ITK
5.2.0
Insight Toolkit
|
#include "itkMacro.h"
Go to the source code of this file.
Namespaces | |
itk | |
Macros | |
#define | ITK_DO_JOIN(X, Y) ITK_DO_JOIN2(X, Y) |
#define | ITK_DO_JOIN2(X, Y) X##Y |
#define | ITK_JOIN(X, Y) ITK_DO_JOIN(X, Y) |
#define | itkStaticAssert(expr, str) |
#define ITK_DO_JOIN | ( | X, | |
Y | |||
) | ITK_DO_JOIN2(X, Y) |
Definition at line 47 of file itkStaticAssert.h.
#define ITK_DO_JOIN2 | ( | X, | |
Y | |||
) | X##Y |
Definition at line 48 of file itkStaticAssert.h.
#define ITK_JOIN | ( | X, | |
Y | |||
) | ITK_DO_JOIN(X, Y) |
Definition at line 46 of file itkStaticAssert.h.
#define itkStaticAssert | ( | expr, | |
str | |||
) |
Definition at line 66 of file itkStaticAssert.h.