|
CCF
|
#include "ds/internal_logger.h"Go to the source code of this file.
Macros | |
| #define | CCF_ASSERT_FMT_FAIL(...) CCF_ASSERT(false, fmt::format(__VA_ARGS__).c_str()) |
| #define | CCF_ASSERT_FMT(expr, ...) CCF_ASSERT(expr, fmt::format(__VA_ARGS__).c_str()) |
| #define | CCF_ASSERT(expr, msg) |
| #define CCF_ASSERT | ( | expr, | |
| msg | |||
| ) |
| #define CCF_ASSERT_FMT | ( | expr, | |
| ... | |||
| ) | CCF_ASSERT(expr, fmt::format(__VA_ARGS__).c_str()) |
| #define CCF_ASSERT_FMT_FAIL | ( | ... | ) | CCF_ASSERT(false, fmt::format(__VA_ARGS__).c_str()) |