<cassert> (assert.h) C/C++ Library Function
Library: <cassert> (assert.h)
assert.h is a standard library for C and C++ programming language. This library does not contain any function but have one macro called assert(). This only function of this library is used as a standard debugging tool.
Functions: <cassert> (assert.h)
Does not have any function.
Macros: <cassert> (assert.h)
Macros | Description |
assert | Report assertion on a given logic and stated position |