| cartobase
    4.7.0
    | 


Go to the source code of this file.
| Classes | |
| class | carto::assert_error | 
| Namespaces | |
| carto | |
| Macros | |
| #define | ASSERT(EX) ( carto::test_assert( (EX), #EX, __FILE__, __LINE__ ) ) | 
| Functions | |
| void | carto::assert_failed (const char *, const char *, int) | 
| void | carto::test_assert (bool x, const char *ex, const char *file, int line) __attribute__((nonnull)) | 
| #define ASSERT | ( | EX | ) | ( carto::test_assert( (EX), #EX, __FILE__, __LINE__ ) ) | 
Definition at line 81 of file assert.h.
Referenced by carto::VoxelHSV::operator/=(), carto::VoxelRGB::operator/=(), and carto::VoxelRGBA::operator/=().