MessagePack for C++
|
#include <msgpack/preprocessor/comparison/less.hpp>
#include <msgpack/preprocessor/config/config.hpp>
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_GREATER(x, y) MSGPACK_PP_GREATER_I(x, y) |
#define | MSGPACK_PP_GREATER_I(x, y) MSGPACK_PP_LESS(y, x) |
#define | MSGPACK_PP_GREATER_D(d, x, y) MSGPACK_PP_GREATER_D_I(d, x, y) |
#define | MSGPACK_PP_GREATER_D_I(d, x, y) MSGPACK_PP_LESS_D(d, y, x) |
#define MSGPACK_PP_GREATER | ( | x, | |
y | |||
) | MSGPACK_PP_GREATER_I(x, y) |
#define MSGPACK_PP_GREATER_D | ( | d, | |
x, | |||
y | |||
) | MSGPACK_PP_GREATER_D_I(d, x, y) |
#define MSGPACK_PP_GREATER_D_I | ( | d, | |
x, | |||
y | |||
) | MSGPACK_PP_LESS_D(d, y, x) |
#define MSGPACK_PP_GREATER_I | ( | x, | |
y | |||
) | MSGPACK_PP_LESS(y, x) |