MessagePack for C++
Macros
greater_equal.hpp File Reference
#include <msgpack/preprocessor/comparison/less_equal.hpp>
#include <msgpack/preprocessor/config/config.hpp>

Go to the source code of this file.

Macros

#define MSGPACK_PP_GREATER_EQUAL(x, y)   MSGPACK_PP_GREATER_EQUAL_I(x, y)
 
#define MSGPACK_PP_GREATER_EQUAL_I(x, y)   MSGPACK_PP_LESS_EQUAL(y, x)
 
#define MSGPACK_PP_GREATER_EQUAL_D(d, x, y)   MSGPACK_PP_GREATER_EQUAL_D_I(d, x, y)
 
#define MSGPACK_PP_GREATER_EQUAL_D_I(d, x, y)   MSGPACK_PP_LESS_EQUAL_D(d, y, x)
 

Macro Definition Documentation

#define MSGPACK_PP_GREATER_EQUAL (   x,
 
)    MSGPACK_PP_GREATER_EQUAL_I(x, y)
#define MSGPACK_PP_GREATER_EQUAL_D (   d,
  x,
 
)    MSGPACK_PP_GREATER_EQUAL_D_I(d, x, y)
#define MSGPACK_PP_GREATER_EQUAL_D_I (   d,
  x,
 
)    MSGPACK_PP_LESS_EQUAL_D(d, y, x)
#define MSGPACK_PP_GREATER_EQUAL_I (   x,
 
)    MSGPACK_PP_LESS_EQUAL(y, x)