MorphologicalAttributeFilters
Public API documentation
Loading...
Searching...
No Matches
Assert.hpp File Reference

Project assertion configuration wrapper. More...

#include <cassert>
Include dependency graph for Assert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Project assertion configuration wrapper.

Defining MMCFILTERS_ENABLE_ASSERTS forces standard assert checks on even when the including translation unit was compiled with NDEBUG. This is a development and validation aid; public runtime precondition checks should use explicit exceptions instead of relying on assertions.

Definition in file Assert.hpp.