.TH "std::__debug" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug \- GNU debug code, replaces standard behavior with debug behavior\&. .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBbitset\fP" .br .RI "Class std::bitset with additional safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBdeque\fP" .br .RI "Class std::deque with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBforward_list\fP" .br .RI "Class std::forward_list with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBlist\fP" .br .RI "Class std::list with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBmap\fP" .br .RI "Class std::map with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBmultimap\fP" .br .RI "Class std::multimap with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBmultiset\fP" .br .RI "Class std::multiset with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBset\fP" .br .RI "Class std::set with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBunordered_map\fP" .br .RI "Class std::unordered_map with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBunordered_multimap\fP" .br .RI "Class std::unordered_multimap with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBunordered_multiset\fP" .br .RI "Class std::unordered_multiset with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBunordered_set\fP" .br .RI "Class std::unordered_set with safety/checking/debug instrumentation\&. " .ti -1c .RI "class \fBvector\fP" .br .RI "Class std::vector with safety/checking/debug instrumentation\&. " .in -1c .SS "Functions" .in +1c .ti -1c .RI "template bool \fBoperator!=\fP (const \fBdeque\fP< _Tp, _Alloc > &__lhs, const \fBdeque\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBforward_list\fP< _Tp, _Alloc > &__lx, const \fBforward_list\fP< _Tp, _Alloc > &__ly)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBlist\fP< _Tp, _Alloc > &__lhs, const \fBlist\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBmultiset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > &__x, const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > &__x, const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator!=\fP (const \fBvector\fP< _Tp, _Alloc > &__lhs, const \fBvector\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template \fBbitset\fP< _Nb > \fBoperator&\fP (const \fBbitset\fP< _Nb > &__x, const \fBbitset\fP< _Nb > &__y) noexcept" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBdeque\fP< _Tp, _Alloc > &__lhs, const \fBdeque\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBforward_list\fP< _Tp, _Alloc > &__lx, const \fBforward_list\fP< _Tp, _Alloc > &__ly)" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBlist\fP< _Tp, _Alloc > &__lhs, const \fBlist\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBmultiset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<\fP (const \fBvector\fP< _Tp, _Alloc > &__lhs, const \fBvector\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template \fBstd::basic_ostream\fP< _CharT, _Traits > & \fBoperator<<\fP (\fBstd::basic_ostream\fP< _CharT, _Traits > &__os, const \fBbitset\fP< _Nb > &__x)" .br .ti -1c .RI "template bool \fBoperator<=\fP (const \fBdeque\fP< _Tp, _Alloc > &__lhs, const \fBdeque\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<=\fP (const \fBforward_list\fP< _Tp, _Alloc > &__lx, const \fBforward_list\fP< _Tp, _Alloc > &__ly)" .br .RI "Based on operator<\&. " .ti -1c .RI "template bool \fBoperator<=\fP (const \fBlist\fP< _Tp, _Alloc > &__lhs, const \fBlist\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<=\fP (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<=\fP (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<=\fP (const \fBmultiset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<=\fP (const \fBset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator<=\fP (const \fBvector\fP< _Tp, _Alloc > &__lhs, const \fBvector\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBdeque\fP< _Tp, _Alloc > &__lhs, const \fBdeque\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBforward_list\fP< _Tp, _Alloc > &__lx, const \fBforward_list\fP< _Tp, _Alloc > &__ly)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBlist\fP< _Tp, _Alloc > &__lhs, const \fBlist\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBmultiset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > &__x, const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > &__x, const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > &__y)" .br .ti -1c .RI "template bool \fBoperator==\fP (const \fBvector\fP< _Tp, _Alloc > &__lhs, const \fBvector\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>\fP (const \fBdeque\fP< _Tp, _Alloc > &__lhs, const \fBdeque\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>\fP (const \fBforward_list\fP< _Tp, _Alloc > &__lx, const \fBforward_list\fP< _Tp, _Alloc > &__ly)" .br .RI "Based on operator<\&. " .ti -1c .RI "template bool \fBoperator>\fP (const \fBlist\fP< _Tp, _Alloc > &__lhs, const \fBlist\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>\fP (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>\fP (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>\fP (const \fBmultiset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>\fP (const \fBset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>\fP (const \fBvector\fP< _Tp, _Alloc > &__lhs, const \fBvector\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>=\fP (const \fBdeque\fP< _Tp, _Alloc > &__lhs, const \fBdeque\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>=\fP (const \fBforward_list\fP< _Tp, _Alloc > &__lx, const \fBforward_list\fP< _Tp, _Alloc > &__ly)" .br .RI "Based on operator<\&. " .ti -1c .RI "template bool \fBoperator>=\fP (const \fBlist\fP< _Tp, _Alloc > &__lhs, const \fBlist\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>=\fP (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>=\fP (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>=\fP (const \fBmultiset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>=\fP (const \fBset\fP< _Key, _Compare, _Allocator > &__lhs, const \fBset\fP< _Key, _Compare, _Allocator > &__rhs)" .br .ti -1c .RI "template bool \fBoperator>=\fP (const \fBvector\fP< _Tp, _Alloc > &__lhs, const \fBvector\fP< _Tp, _Alloc > &__rhs)" .br .ti -1c .RI "template \fBstd::basic_istream\fP< _CharT, _Traits > & \fBoperator>>\fP (\fBstd::basic_istream\fP< _CharT, _Traits > &__is, \fBbitset\fP< _Nb > &__x)" .br .ti -1c .RI "template \fBbitset\fP< _Nb > \fBoperator^\fP (const \fBbitset\fP< _Nb > &__x, const \fBbitset\fP< _Nb > &__y) noexcept" .br .ti -1c .RI "template \fBbitset\fP< _Nb > \fBoperator|\fP (const \fBbitset\fP< _Nb > &__x, const \fBbitset\fP< _Nb > &__y) noexcept" .br .ti -1c .RI "template void \fBswap\fP (\fBdeque\fP< _Tp, _Alloc > &__lhs, \fBdeque\fP< _Tp, _Alloc > &__rhs) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template void \fBswap\fP (\fBforward_list\fP< _Tp, _Alloc > &__lx, \fBforward_list\fP< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx\&.swap(__ly)))" .br .RI "See std::forward_list::swap()\&. " .ti -1c .RI "template void \fBswap\fP (\fBlist\fP< _Tp, _Alloc > &__lhs, \fBlist\fP< _Tp, _Alloc > &__rhs) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template void \fBswap\fP (\fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, \fBmap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template void \fBswap\fP (\fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__lhs, \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > &__rhs) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template void \fBswap\fP (\fBmultiset\fP< _Key, _Compare, _Allocator > &__x, \fBmultiset\fP< _Key, _Compare, _Allocator > &__y) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template void \fBswap\fP (\fBset\fP< _Key, _Compare, _Allocator > &__x, \fBset\fP< _Key, _Compare, _Allocator > &__y) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template void \fBswap\fP (\fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) noexcept(noexcept(__x\&.swap(__y)))" .br .ti -1c .RI "template void \fBswap\fP (\fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) noexcept(noexcept(__x\&.swap(__y)))" .br .ti -1c .RI "template void \fBswap\fP (\fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > &__x, \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > &__y) noexcept(noexcept(__x\&.swap(__y)))" .br .ti -1c .RI "template void \fBswap\fP (\fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > &__x, \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > &__y) noexcept(noexcept(__x\&.swap(__y)))" .br .ti -1c .RI "template void \fBswap\fP (\fBvector\fP< _Tp, _Alloc > &__lhs, \fBvector\fP< _Tp, _Alloc > &__rhs) noexcept(/*\fBconditional\fP */)" .br .in -1c .SH "Detailed Description" .PP 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\&. .SH "Function Documentation" .PP .SS "template bool std::__debug::operator!= (const \fBdeque\fP< _Tp, _Alloc > & __lhs, const \fBdeque\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB674\fP of file \fBdebug/deque\fP\&. .SS "template bool std::__debug::operator!= (const \fBforward_list\fP< _Tp, _Alloc > & __lx, const \fBforward_list\fP< _Tp, _Alloc > & __ly)\fC [inline]\fP" .PP Definition at line \fB874\fP of file \fBdebug/forward_list\fP\&. .SS "template bool std::__debug::operator!= (const \fBlist\fP< _Tp, _Alloc > & __lhs, const \fBlist\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB929\fP of file \fBdebug/list\fP\&. .SS "template bool std::__debug::operator!= (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB763\fP of file \fBmap\&.h\fP\&. .SS "template bool std::__debug::operator!= (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB644\fP of file \fBmultimap\&.h\fP\&. .SS "template bool std::__debug::operator!= (const \fBmultiset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB614\fP of file \fBmultiset\&.h\fP\&. .SS "template bool std::__debug::operator!= (const \fBset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB625\fP of file \fBset\&.h\fP\&. .SS "template bool std::__debug::operator!= (const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __x, const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB799\fP of file \fBdebug/unordered_map\fP\&. .SS "template bool std::__debug::operator!= (const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __x, const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB1457\fP of file \fBdebug/unordered_map\fP\&. .SS "template bool std::__debug::operator!= (const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > & __x, const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB1285\fP of file \fBdebug/unordered_set\fP\&. .SS "template bool std::__debug::operator!= (const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > & __x, const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB669\fP of file \fBdebug/unordered_set\fP\&. .SS "template bool std::__debug::operator!= (const \fBvector\fP< _Tp, _Alloc > & __lhs, const \fBvector\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB753\fP of file \fBdebug/vector\fP\&. .SS "template \fBbitset\fP< _Nb > std::__debug::operator& (const \fBbitset\fP< _Nb > & __x, const \fBbitset\fP< _Nb > & __y)\fC [noexcept]\fP" .PP Definition at line \fB388\fP of file \fBdebug/bitset\fP\&. .SS "template bool std::__debug::operator< (const \fBdeque\fP< _Tp, _Alloc > & __lhs, const \fBdeque\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB679\fP of file \fBdebug/deque\fP\&. .SS "template bool std::__debug::operator< (const \fBforward_list\fP< _Tp, _Alloc > & __lx, const \fBforward_list\fP< _Tp, _Alloc > & __ly)\fC [inline]\fP" .PP Definition at line \fB867\fP of file \fBdebug/forward_list\fP\&. .SS "template bool std::__debug::operator< (const \fBlist\fP< _Tp, _Alloc > & __lhs, const \fBlist\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB934\fP of file \fBdebug/list\fP\&. .SS "template bool std::__debug::operator< (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB769\fP of file \fBmap\&.h\fP\&. .SS "template bool std::__debug::operator< (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB650\fP of file \fBmultimap\&.h\fP\&. .SS "template bool std::__debug::operator< (const \fBmultiset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB619\fP of file \fBmultiset\&.h\fP\&. .SS "template bool std::__debug::operator< (const \fBset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB630\fP of file \fBset\&.h\fP\&. .SS "template bool std::__debug::operator< (const \fBvector\fP< _Tp, _Alloc > & __lhs, const \fBvector\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB758\fP of file \fBdebug/vector\fP\&. .SS "template \fBstd::basic_ostream\fP< _CharT, _Traits > & std::__debug::operator<< (\fBstd::basic_ostream\fP< _CharT, _Traits > & __os, const \fBbitset\fP< _Nb > & __x)" .PP Definition at line \fB403\fP of file \fBdebug/bitset\fP\&. .SS "template bool std::__debug::operator<= (const \fBdeque\fP< _Tp, _Alloc > & __lhs, const \fBdeque\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB685\fP of file \fBdebug/deque\fP\&. .SS "template bool std::__debug::operator<= (const \fBforward_list\fP< _Tp, _Alloc > & __lx, const \fBforward_list\fP< _Tp, _Alloc > & __ly)\fC [inline]\fP" .PP Based on operator<\&. .PP Definition at line \fB894\fP of file \fBdebug/forward_list\fP\&. .SS "template bool std::__debug::operator<= (const \fBlist\fP< _Tp, _Alloc > & __lhs, const \fBlist\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB940\fP of file \fBdebug/list\fP\&. .SS "template bool std::__debug::operator<= (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB776\fP of file \fBmap\&.h\fP\&. .SS "template bool std::__debug::operator<= (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB657\fP of file \fBmultimap\&.h\fP\&. .SS "template bool std::__debug::operator<= (const \fBmultiset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB625\fP of file \fBmultiset\&.h\fP\&. .SS "template bool std::__debug::operator<= (const \fBset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB636\fP of file \fBset\&.h\fP\&. .SS "template bool std::__debug::operator<= (const \fBvector\fP< _Tp, _Alloc > & __lhs, const \fBvector\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB764\fP of file \fBdebug/vector\fP\&. .SS "template bool std::__debug::operator== (const \fBdeque\fP< _Tp, _Alloc > & __lhs, const \fBdeque\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB662\fP of file \fBdebug/deque\fP\&. .SS "template bool std::__debug::operator== (const \fBforward_list\fP< _Tp, _Alloc > & __lx, const \fBforward_list\fP< _Tp, _Alloc > & __ly)" .PP Definition at line \fB855\fP of file \fBdebug/forward_list\fP\&. .SS "template bool std::__debug::operator== (const \fBlist\fP< _Tp, _Alloc > & __lhs, const \fBlist\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB917\fP of file \fBdebug/list\fP\&. .SS "template bool std::__debug::operator== (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB749\fP of file \fBmap\&.h\fP\&. .SS "template bool std::__debug::operator== (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB630\fP of file \fBmultimap\&.h\fP\&. .SS "template bool std::__debug::operator== (const \fBmultiset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB601\fP of file \fBmultiset\&.h\fP\&. .SS "template bool std::__debug::operator== (const \fBset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB612\fP of file \fBset\&.h\fP\&. .SS "template bool std::__debug::operator== (const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __x, const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB791\fP of file \fBdebug/unordered_map\fP\&. .SS "template bool std::__debug::operator== (const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __x, const \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB1449\fP of file \fBdebug/unordered_map\fP\&. .SS "template bool std::__debug::operator== (const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > & __x, const \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB1278\fP of file \fBdebug/unordered_set\fP\&. .SS "template bool std::__debug::operator== (const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > & __x, const \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP" .PP Definition at line \fB662\fP of file \fBdebug/unordered_set\fP\&. .SS "template bool std::__debug::operator== (const \fBvector\fP< _Tp, _Alloc > & __lhs, const \fBvector\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB741\fP of file \fBdebug/vector\fP\&. .SS "template bool std::__debug::operator> (const \fBdeque\fP< _Tp, _Alloc > & __lhs, const \fBdeque\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB698\fP of file \fBdebug/deque\fP\&. .SS "template bool std::__debug::operator> (const \fBforward_list\fP< _Tp, _Alloc > & __lx, const \fBforward_list\fP< _Tp, _Alloc > & __ly)\fC [inline]\fP" .PP Based on operator<\&. .PP Definition at line \fB881\fP of file \fBdebug/forward_list\fP\&. .SS "template bool std::__debug::operator> (const \fBlist\fP< _Tp, _Alloc > & __lhs, const \fBlist\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB953\fP of file \fBdebug/list\fP\&. .SS "template bool std::__debug::operator> (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB791\fP of file \fBmap\&.h\fP\&. .SS "template bool std::__debug::operator> (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB672\fP of file \fBmultimap\&.h\fP\&. .SS "template bool std::__debug::operator> (const \fBmultiset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB638\fP of file \fBmultiset\&.h\fP\&. .SS "template bool std::__debug::operator> (const \fBset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB649\fP of file \fBset\&.h\fP\&. .SS "template bool std::__debug::operator> (const \fBvector\fP< _Tp, _Alloc > & __lhs, const \fBvector\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB777\fP of file \fBdebug/vector\fP\&. .SS "template bool std::__debug::operator>= (const \fBdeque\fP< _Tp, _Alloc > & __lhs, const \fBdeque\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB692\fP of file \fBdebug/deque\fP\&. .SS "template bool std::__debug::operator>= (const \fBforward_list\fP< _Tp, _Alloc > & __lx, const \fBforward_list\fP< _Tp, _Alloc > & __ly)\fC [inline]\fP" .PP Based on operator<\&. .PP Definition at line \fB888\fP of file \fBdebug/forward_list\fP\&. .SS "template bool std::__debug::operator>= (const \fBlist\fP< _Tp, _Alloc > & __lhs, const \fBlist\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB947\fP of file \fBdebug/list\fP\&. .SS "template bool std::__debug::operator>= (const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB784\fP of file \fBmap\&.h\fP\&. .SS "template bool std::__debug::operator>= (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB665\fP of file \fBmultimap\&.h\fP\&. .SS "template bool std::__debug::operator>= (const \fBmultiset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBmultiset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB632\fP of file \fBmultiset\&.h\fP\&. .SS "template bool std::__debug::operator>= (const \fBset\fP< _Key, _Compare, _Allocator > & __lhs, const \fBset\fP< _Key, _Compare, _Allocator > & __rhs)\fC [inline]\fP" .PP Definition at line \fB643\fP of file \fBset\&.h\fP\&. .SS "template bool std::__debug::operator>= (const \fBvector\fP< _Tp, _Alloc > & __lhs, const \fBvector\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP" .PP Definition at line \fB771\fP of file \fBdebug/vector\fP\&. .SS "template \fBstd::basic_istream\fP< _CharT, _Traits > & std::__debug::operator>> (\fBstd::basic_istream\fP< _CharT, _Traits > & __is, \fBbitset\fP< _Nb > & __x)" .PP Definition at line \fB403\fP of file \fBdebug/bitset\fP\&. .SS "template \fBbitset\fP< _Nb > std::__debug::operator^ (const \fBbitset\fP< _Nb > & __x, const \fBbitset\fP< _Nb > & __y)\fC [noexcept]\fP" .PP Definition at line \fB398\fP of file \fBdebug/bitset\fP\&. .SS "template \fBbitset\fP< _Nb > std::__debug::operator| (const \fBbitset\fP< _Nb > & __x, const \fBbitset\fP< _Nb > & __y)\fC [noexcept]\fP" .PP Definition at line \fB393\fP of file \fBdebug/bitset\fP\&. .SS "template void std::__debug::swap (\fBdeque\fP< _Tp, _Alloc > & __lhs, \fBdeque\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB705\fP of file \fBdebug/deque\fP\&. .SS "template void std::__debug::swap (\fBforward_list\fP< _Tp, _Alloc > & __lx, \fBforward_list\fP< _Tp, _Alloc > & __ly)\fC [inline]\fP, \fC [noexcept]\fP" .PP See std::forward_list::swap()\&. .PP Definition at line \fB903\fP of file \fBdebug/forward_list\fP\&. .SS "template void std::__debug::swap (\fBlist\fP< _Tp, _Alloc > & __lhs, \fBlist\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB960\fP of file \fBdebug/list\fP\&. .SS "template void std::__debug::swap (\fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, \fBmap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB799\fP of file \fBmap\&.h\fP\&. .SS "template void std::__debug::swap (\fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __lhs, \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __rhs)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB680\fP of file \fBmultimap\&.h\fP\&. .SS "template void std::__debug::swap (\fBmultiset\fP< _Key, _Compare, _Allocator > & __x, \fBmultiset\fP< _Key, _Compare, _Allocator > & __y)\fC [noexcept]\fP" .PP Definition at line \fB645\fP of file \fBmultiset\&.h\fP\&. .SS "template void std::__debug::swap (\fBset\fP< _Key, _Compare, _Allocator > & __x, \fBset\fP< _Key, _Compare, _Allocator > & __y)\fC [noexcept]\fP" .PP Definition at line \fB656\fP of file \fBset\&.h\fP\&. .SS "template void std::__debug::swap (\fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __x, \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB783\fP of file \fBdebug/unordered_map\fP\&. .SS "template void std::__debug::swap (\fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __x, \fBunordered_multimap\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB1441\fP of file \fBdebug/unordered_map\fP\&. .SS "template void std::__debug::swap (\fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > & __x, \fBunordered_multiset\fP< _Value, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB1271\fP of file \fBdebug/unordered_set\fP\&. .SS "template void std::__debug::swap (\fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > & __x, \fBunordered_set\fP< _Value, _Hash, _Pred, _Alloc > & __y)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB655\fP of file \fBdebug/unordered_set\fP\&. .SS "template void std::__debug::swap (\fBvector\fP< _Tp, _Alloc > & __lhs, \fBvector\fP< _Tp, _Alloc > & __rhs)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB784\fP of file \fBdebug/vector\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.