Tatooine
equal.h
Go to the documentation of this file.
1#ifndef TATOOINE_PRERPOCESSOR_EQUAL_H
2#define TATOOINE_PRERPOCESSOR_EQUAL_H
3//==============================================================================
6//==============================================================================
7#define TATOOINE_PP_EQUAL(x, y) TATOOINE_PP_COMPL(TATOOINE_PP_NOT_EQUAL(x, y))
8//==============================================================================
9#endif