Go to the documentation of this file. 1#ifndef TATOOINE_PREPROCESSOR_INVOKE_H
2#define TATOOINE_PREPROCESSOR_INVOKE_H
6#include <tatooine/preprocessor/num_args.h>
10#define TATOOINE_PP_INVOKE(M, ...) TATOOINE_PP_INVOKE_I(M, __VA_ARGS__)
11#define TATOOINE_PP_INVOKE_I(M, ...) TATOOINE_PP_EXPAND(M(__VA_ARGS__))