Tatooine
preprocessor
include
tatooine
preprocessor
equal.h
Go to the documentation of this file.
1
#ifndef TATOOINE_PRERPOCESSOR_EQUAL_H
2
#define TATOOINE_PRERPOCESSOR_EQUAL_H
3
//==============================================================================
4
#include <
tatooine/preprocessor/not_equal.h
>
5
#include <
tatooine/preprocessor/compl.h
>
6
//==============================================================================
7
#define TATOOINE_PP_EQUAL(x, y) TATOOINE_PP_COMPL(TATOOINE_PP_NOT_EQUAL(x, y))
8
//==============================================================================
9
#endif
compl.h
not_equal.h
Generated by
1.9.5