#include <string_view>
#include <sys/cdefs.h>
Go to the source code of this file.
◆ defect
Value:
"control flow assertion", "", static_cast<const char*>(__PRETTY_FUNCTION__), __FILE__, __LINE__)
◆ defect_message
| #define defect_message |
( |
|
m | ) |
|
Value:
"control flow assertion", (m), static_cast<const char*>(__PRETTY_FUNCTION__), __FILE__, __LINE__)
◆ ensure
Value: ((expr) ? ((void)0) \
"postcondition", __STRING(expr), static_cast<const char*>(__PRETTY_FUNCTION__), __FILE__, __LINE__))
◆ require
Value: ((expr) ? ((void)0) \
"precondition", __STRING(expr), static_cast<const char*>(__PRETTY_FUNCTION__), __FILE__, __LINE__))
◆ verify
Value: ((expr) ? ((void)0) \
"assertion", __STRING(expr), static_cast<const char*>(__PRETTY_FUNCTION__), __FILE__, __LINE__))