MessagePack for C++
Loading...
Searching...
No Matches
assert.hpp File Reference
Include dependency graph for assert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_PP_ASSERT(cond)
#define MSGPACK_PP_ASSERT_D(cond)
#define MSGPACK_PP_ASSERT_ERROR(x, y, z)
#define MSGPACK_PP_ASSERT_MSG(cond, msg)
#define MSGPACK_PP_ASSERT_MSG_D(cond, msg)

Macro Definition Documentation

◆ MSGPACK_PP_ASSERT

#define MSGPACK_PP_ASSERT ( cond)
Value:
#define MSGPACK_PP_ASSERT_D(cond)
Definition assert.hpp:31

◆ MSGPACK_PP_ASSERT_D

#define MSGPACK_PP_ASSERT_D ( cond)
Value:
#define MSGPACK_PP_TUPLE_EAT_1(e0)
Definition eat.hpp:50
#define MSGPACK_PP_IIF(bit, t, f)
Definition iif.hpp:20
#define MSGPACK_PP_NOT(x)
Definition not.hpp:26
#define MSGPACK_PP_ASSERT_ERROR(x, y, z)
Definition assert.hpp:32

◆ MSGPACK_PP_ASSERT_ERROR

#define MSGPACK_PP_ASSERT_ERROR ( x,
y,
z )

◆ MSGPACK_PP_ASSERT_MSG

#define MSGPACK_PP_ASSERT_MSG ( cond,
msg )
Value:
#define MSGPACK_PP_ASSERT_MSG_D(cond, msg)
Definition assert.hpp:42

◆ MSGPACK_PP_ASSERT_MSG_D

#define MSGPACK_PP_ASSERT_MSG_D ( cond,
msg )
Value:
#define MSGPACK_PP_EXPR_IIF(bit, expr)
Definition expr_iif.hpp:22