Iros
 
Loading...
Searching...
No Matches
assert_bool.h File Reference

Go to the source code of this file.

Macros

#define DI_ASSERT(...)
 
#define ASSERT   DI_ASSERT
 

Macro Definition Documentation

◆ ASSERT

#define ASSERT   DI_ASSERT

◆ DI_ASSERT

#define DI_ASSERT ( ...)
Value:
do { \
if (!bool(__VA_ARGS__)) { \
::di::assert::detail::assert_fail("" #__VA_ARGS__, nullptr, nullptr, \
} \
} while (0)
static consteval auto current(char const *file_name=__builtin_FILE(), char const *function_name=__builtin_FUNCTION(), unsigned int line=__builtin_LINE(), unsigned int column=__builtin_COLUMN()) -> SourceLocation
Definition source_location.h:12