Поделиться через


ATLASSERT

The ATLASSERT macro performs the same functionality as the _ASSERTE macro found in the C run-time library.

ATLASSERT( booleanExpression );

Параметры

  • booleanExpression
    Expression (including pointers) that evaluates to nonzero or 0.

Заметки

In debug builds, ATLASSERT evaluates booleanExpression and generates a debug report when the result is false.

Требования

Header: atldef.h

См. также

Основные понятия

Debugging and Error Reporting Macros

ATL Macros