STLdoc
STLdocumentation
|
#include <crtdefs.h>
Go to the source code of this file.
Macros | |
#define | assert(_Expression) (void)( (!!(_Expression)) || (_wassert(_CRT_WIDE(#_Expression), _CRT_WIDE(__FILE__), __LINE__), 0) ) |
Functions | |
_CRTIMP void __cdecl | _wassert (_In_z_ const wchar_t *_Message, _In_z_ const wchar_t *_File, _In_ unsigned _Line) |
#define assert | ( | _Expression | ) | (void)( (!!(_Expression)) || (_wassert(_CRT_WIDE(#_Expression), _CRT_WIDE(__FILE__), __LINE__), 0) ) |