libstdc++
|
Go to the source code of this file.
Macros | |
#define | __glibcxx_requires_non_empty_range(_First, _Last) |
#define | __glibcxx_requires_nonempty() |
#define | __glibcxx_requires_subscript(_N) |
#define | _GLIBCXX_DEBUG_ASSERT(_Condition) |
#define | _GLIBCXX_DEBUG_ONLY(_Statement) |
#define | _GLIBCXX_DEBUG_PEDASSERT(_Condition) |
This file is a GNU debug extension to the Standard C++ Library.
Definition in file assertions.h.
#define __glibcxx_requires_non_empty_range | ( | _First, | |
_Last | |||
) |
Definition at line 43 of file assertions.h.
#define __glibcxx_requires_nonempty | ( | ) |
Definition at line 44 of file assertions.h.
#define __glibcxx_requires_subscript | ( | _N | ) |
Definition at line 45 of file assertions.h.
#define _GLIBCXX_DEBUG_ASSERT | ( | _Condition | ) |
Definition at line 36 of file assertions.h.
#define _GLIBCXX_DEBUG_ONLY | ( | _Statement | ) |
Definition at line 38 of file assertions.h.
#define _GLIBCXX_DEBUG_PEDASSERT | ( | _Condition | ) |
Definition at line 37 of file assertions.h.