10#define KAMPING_ASSERTION_LEVEL_LIGHT 20
16#define KAMPING_ASSERTION_LEVEL_NORMAL 30
22#define KAMPING_ASSERTION_LEVEL_LIGHT_COMMUNICATION 40
28#define KAMPING_ASSERTION_LEVEL_HEAVY_COMMUNICATION 50
34#define KAMPING_ASSERTION_LEVEL_HEAVY 60
#define KAMPING_ASSERTION_LEVEL_HEAVY
Assertion level for heavyweight assertions.
Definition assertion_levels.hpp:34
#define KAMPING_ASSERTION_LEVEL_HEAVY_COMMUNICATION
Assertions that perform heavyweight communication.
Definition assertion_levels.hpp:28
constexpr int heavy_communication
Assertions that perform heavyweight communication.
Definition assertion_levels.hpp:31
constexpr int heavy
Assertion level for heavyweight assertions.
Definition assertion_levels.hpp:37
constexpr int light
Assertion level for lightweight assertions.
Definition assertion_levels.hpp:13
#define KAMPING_ASSERTION_LEVEL_LIGHT
Assertion level for lightweight assertions.
Definition assertion_levels.hpp:10
constexpr int normal
Default assertion level. This level is used if no assertion level is specified.
Definition assertion_levels.hpp:19
#define KAMPING_ASSERTION_LEVEL_NORMAL
Default assertion level. This level is used if no assertion level is specified.
Definition assertion_levels.hpp:16
#define KAMPING_ASSERTION_LEVEL_LIGHT_COMMUNICATION
Assertions that perform lightweight communication.
Definition assertion_levels.hpp:22
constexpr int light_communication
Assertions that perform lightweight communication.
Definition assertion_levels.hpp:25
Assertion levels.
Definition assertion_levels.hpp:4