Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkPPArgCount.h File Reference

Go to the source code of this file.

Macros

#define MITK_PP_ARG_COUNT(...)
 
#define MITK_PP_ARG_COUNT_(tuple)
 
#define MITK_PP_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, N, ...)
 
#define MITK_PP_RSEQ_N()
 

Macro Definition Documentation

◆ MITK_PP_ARG_COUNT

#define MITK_PP_ARG_COUNT (   ...)

Definition at line 16 of file mitkPPArgCount.h.

◆ MITK_PP_ARG_COUNT_

#define MITK_PP_ARG_COUNT_ (   tuple)

Definition at line 18 of file mitkPPArgCount.h.

◆ MITK_PP_ARG_N

#define MITK_PP_ARG_N (   _1,
  _2,
  _3,
  _4,
  _5,
  _6,
  _7,
  _8,
  _9,
  _10,
  _11,
  _12,
  _13,
  _14,
  _15,
  _16,
  _17,
  _18,
  _19,
  _20,
  _21,
  _22,
  _23,
  _24,
  _25,
  N,
  ... 
)

Definition at line 20 of file mitkPPArgCount.h.

◆ MITK_PP_RSEQ_N

#define MITK_PP_RSEQ_N ( )

Definition at line 49 of file mitkPPArgCount.h.