Standard library header <cassert> - cppreference.com
Namespaces
Variants

Standard library header <cassert>

From cppreference.com
 
 
Standard library headers
 

This header was originally in the C standard library as <assert.h>.

This header is part of the error handling library.

Synopsis

#define assert(E) /* see description */