cpprisc16
June 16, 2020
|
Helper assertions. More...
#include <cstdint>
Go to the source code of this file.
Macros | |
#define | ASSERT_3_DIFFERENT(a, b, c) |
Check if a, b and c are different. More... | |
#define | ASSERT_4_DIFFERENT(a, b, c, d) |
Check if a, b, c and d are different. More... | |
#define | ASSERT_5_DIFFERENT(a, b, c, d, e) |
Check if a, b, c, d and e are different. More... | |
#define | ASSERT_6_DIFFERENT(a, b, c, d, e, f) |
Check if a, b, c, d, e and f are different. More... | |
#define | ASSERT_7_DIFFERENT(a, b, c, d, e, f, g) |
Check if a, b, c, d, e, f and g are different. More... | |
Helper assertions.
(March 12, 2017) Piece of cpprisc16. https://bitbucket.org/OPiMedia/cpprisc16
GPLv3 — Copyright (C) 2017 Olivier Pirson http://www.opimedia.be/
Definition in file assert.hpp.
#define ASSERT_3_DIFFERENT | ( | a, | |
b, | |||
c | |||
) |
Check if a, b and c are different.
Definition at line 26 of file assert.hpp.
#define ASSERT_4_DIFFERENT | ( | a, | |
b, | |||
c, | |||
d | |||
) |
Check if a, b, c and d are different.
Definition at line 37 of file assert.hpp.
#define ASSERT_5_DIFFERENT | ( | a, | |
b, | |||
c, | |||
d, | |||
e | |||
) |
Check if a, b, c, d and e are different.
Definition at line 52 of file assert.hpp.
#define ASSERT_6_DIFFERENT | ( | a, | |
b, | |||
c, | |||
d, | |||
e, | |||
f | |||
) |
Check if a, b, c, d, e and f are different.
Definition at line 72 of file assert.hpp.
#define ASSERT_7_DIFFERENT | ( | a, | |
b, | |||
c, | |||
d, | |||
e, | |||
f, | |||
g | |||
) |
Check if a, b, c, d, e, f and g are different.
Definition at line 98 of file assert.hpp.