|
libstdc++
|
GNU debug code, replaces standard behavior with debug behavior.
Macros and namespaces used by the implementation outside of debug wrappers to verify certain properties. The __glibcxx_requires_xxx macros are merely wrappers around the __glibcxx_check_xxx wrappers when we are compiling with debug mode, but disappear when we are in release mode so that there is no checking performed in, e.g., the standard library algorithms.
| bool std::__debug::operator<= | ( | const forward_list< _Tp, _Alloc > & | __lx, |
| const forward_list< _Tp, _Alloc > & | __ly | ||
| ) | [inline] |
Based on operator<.
Definition at line 712 of file debug/forward_list.
| bool std::__debug::operator> | ( | const forward_list< _Tp, _Alloc > & | __lx, |
| const forward_list< _Tp, _Alloc > & | __ly | ||
| ) | [inline] |
Based on operator<.
Definition at line 698 of file debug/forward_list.
| bool std::__debug::operator>= | ( | const forward_list< _Tp, _Alloc > & | __lx, |
| const forward_list< _Tp, _Alloc > & | __ly | ||
| ) | [inline] |
Based on operator<.
Definition at line 705 of file debug/forward_list.
| void std::__debug::swap | ( | forward_list< _Tp, _Alloc > & | __lx, |
| forward_list< _Tp, _Alloc > & | __ly | ||
| ) | [inline] |
See std::forward_list::swap().
Definition at line 719 of file debug/forward_list.