Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
notreached.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <assert.h>
#include "core/fxcrt/check.h"
Include dependency graph for notreached.h:

Go to the source code of this file.

Macros

#define NOTREACHED()
#define NOTREACHED_NORETURN()

Macro Definition Documentation

◆ NOTREACHED

#define NOTREACHED ( )
Value:
DCHECK(false)
#define DCHECK
Definition check.h:33

Definition at line 16 of file notreached.h.

◆ NOTREACHED_NORETURN

#define NOTREACHED_NORETURN ( )
Value:
CHECK(false)
#define CHECK(cvref)

Definition at line 22 of file notreached.h.