Skip to main content

2 docs tagged with "assert"

View all tags

Assertions and static_assert

Assertions are runtime or compile-time checks that verify program invariants and assumptions. They help catch bugs early during development and document expected conditions in code.

Boost.Assert

Boost.Assert is a tiny header-only library that replaces the C standard assert macro with a more