|
MessagePack for C++
|
#include <msgpack/preprocessor/arithmetic/sub.hpp>#include <msgpack/preprocessor/config/config.hpp>#include <msgpack/preprocessor/logical/not.hpp>Go to the source code of this file.
Macros | |
| #define | MSGPACK_PP_LESS_EQUAL(x, y) MSGPACK_PP_LESS_EQUAL_I(x, y) |
| #define | MSGPACK_PP_LESS_EQUAL_I(x, y) MSGPACK_PP_NOT(MSGPACK_PP_SUB(x, y)) |
| #define | MSGPACK_PP_LESS_EQUAL_D(d, x, y) MSGPACK_PP_LESS_EQUAL_D_I(d, x, y) |
| #define | MSGPACK_PP_LESS_EQUAL_D_I(d, x, y) MSGPACK_PP_NOT(MSGPACK_PP_SUB_D(d, x, y)) |
| #define MSGPACK_PP_LESS_EQUAL | ( | x, | |
| y | |||
| ) | MSGPACK_PP_LESS_EQUAL_I(x, y) |
| #define MSGPACK_PP_LESS_EQUAL_D | ( | d, | |
| x, | |||
| y | |||
| ) | MSGPACK_PP_LESS_EQUAL_D_I(d, x, y) |
| #define MSGPACK_PP_LESS_EQUAL_D_I | ( | d, | |
| x, | |||
| y | |||
| ) | MSGPACK_PP_NOT(MSGPACK_PP_SUB_D(d, x, y)) |
| #define MSGPACK_PP_LESS_EQUAL_I | ( | x, | |
| y | |||
| ) | MSGPACK_PP_NOT(MSGPACK_PP_SUB(x, y)) |
1.8.11