cassert

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)
doc_CPP
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.