Standard library header <cassert>
From cppreference.com
C++
Standard library headers
This header was originally in the C standard library as <assert.h> .
This header is part of the error handling library.
Macros |
|
aborts the program if the user-specified condition is not
true
. May be disabled for release builds.
(function macro) |
Synopsis
#define assert(E) /* see description */
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/header/cassert&oldid=156554
"