MessagePack for C++
Loading...
Searching...
No Matches
Macros
is_empty_or_1.hpp File Reference
#include <msgpack/preprocessor/control/iif.hpp>
#include <msgpack/preprocessor/facilities/empty.hpp>
#include <msgpack/preprocessor/facilities/identity.hpp>
#include <msgpack/preprocessor/facilities/is_1.hpp>
#include <msgpack/preprocessor/facilities/is_empty.hpp>
Include dependency graph for is_empty_or_1.hpp:

Go to the source code of this file.

Macros

#define MSGPACK_PP_IS_EMPTY_OR_1(x)
 

Macro Definition Documentation

◆ MSGPACK_PP_IS_EMPTY_OR_1

#define MSGPACK_PP_IS_EMPTY_OR_1 (   x)
Value:
)(x) \
#define MSGPACK_PP_EMPTY()
Definition empty.hpp:21
#define MSGPACK_PP_IDENTITY(item)
Definition identity.hpp:23
#define MSGPACK_PP_IS_EMPTY(x)
Definition is_empty.hpp:45
#define MSGPACK_PP_IIF(bit, t, f)
Definition iif.hpp:20
#define MSGPACK_PP_IS_1(x)
Definition is_1.hpp:20