Go to the source code of this file.
◆ ASSERT_APPROX_EQ
◆ ASSERT_EQ
◆ ASSERT_GT
◆ ASSERT_GT_EQ
◆ ASSERT_LT
◆ ASSERT_LT_EQ
◆ ASSERT_NOT_EQ
◆ DI_ASSERT_APPROX_EQ
#define DI_ASSERT_APPROX_EQ |
( |
| a, |
|
|
| b ) |
Value:
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
constexpr auto approximately_equal
Definition functions.h:232
◆ DI_ASSERT_EQ
#define DI_ASSERT_EQ |
( |
| a, |
|
|
| b ) |
Value:
constexpr auto equal
Definition equal.h:23
◆ DI_ASSERT_GT
#define DI_ASSERT_GT |
( |
| a, |
|
|
| b ) |
Value:
constexpr auto greater
Definition greater.h:23
◆ DI_ASSERT_GT_EQ
#define DI_ASSERT_GT_EQ |
( |
| a, |
|
|
| b ) |
Value:
constexpr auto equal_or_greater
Definition equal_or_greater.h:23
◆ DI_ASSERT_LT
#define DI_ASSERT_LT |
( |
| a, |
|
|
| b ) |
Value:
constexpr auto less
Definition less.h:23
◆ DI_ASSERT_LT_EQ
#define DI_ASSERT_LT_EQ |
( |
| a, |
|
|
| b ) |
Value:
constexpr auto equal_or_less
Definition equal_or_less.h:23
◆ DI_ASSERT_NOT_EQ
#define DI_ASSERT_NOT_EQ |
( |
| a, |
|
|
| b ) |
Value:
constexpr auto not_equal
Definition not_equal.h:23