libstdc++: list File Reference (original) (raw)
Go to the source code of this file.
Namespaces | |
---|---|
namespace | __gnu_debug |
namespace | std |
namespace | std::__debug |
Functions | |
---|---|
template<typename _InputIterator , typename _ValT = typename iterator_traits<_InputIterator>::value_type, typename _Allocator = allocator<_ValT>, typename = _RequireInputIter<_InputIterator>, typename = _RequireAllocator<_Allocator>> | |
std::__debug::list (_InputIterator, _InputIterator, _Allocator=_Allocator()) -> list< _ValT, _Allocator > | |
template<typename _Tp , typename _Allocator = allocator<_Tp>, typename = _RequireAllocator<_Allocator>> | |
std::__debug::list (size_t, _Tp, _Allocator=_Allocator()) -> list< _Tp, _Allocator > | |
template<typename _Tp , typename _Alloc > | |
constexpr __detail::__synth3way_t< _Tp > | std::__debug::operator<=> (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) |
template<typename _Tp , typename _Alloc > | |
bool | std::__debug::operator== (const list< _Tp, _Alloc > &__lhs, const list< _Tp, _Alloc > &__rhs) |
template<typename _Tp , typename _Alloc > | |
void | std::__debug::swap (list< _Tp, _Alloc > &__lhs, list< _Tp, _Alloc > &__rhs) noexcept(/*conditional */) |
This file is a GNU debug extension to the Standard C++ Library.
Definition in file debug/list.
◆ _GLIBCXX20_ONLY
| #define _GLIBCXX20_ONLY | ( | | __expr | ) | | ------------------------- | - | | -------- | - |
◆ _GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG
#define _GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG