solinject
1.0.0
C++17 Dependency Injection header-only library
|
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | solinject_assert(expression) assert(expression) |
assert() macro, which is disabled in tests project. | |
#define | solinject_req_assert(expression) assert(expression) |
Required assert, which is disabled only when the assert() macro from assert.h is disabled. | |