|
template<typename _InputIterator , typename _ValT = typename iterator_traits<_InputIterator>::value_type, typename _Allocator = allocator<_ValT>, typename = _RequireInputIter<_InputIterator>, typename = _RequireAllocator<_Allocator>> |
| std::list (_InputIterator, _InputIterator, _Allocator=_Allocator()) -> list< _ValT, _Allocator > |
|
template<typename _Tp , typename _Alloc > |
bool | std::operator!= (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) |
|
template<typename _Tp , typename _Alloc > |
bool | std::operator< (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) |
|
template<typename _Tp , typename _Alloc > |
bool | std::operator<= (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) |
|
template<typename _Tp , typename _Alloc > |
bool | std::operator== (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) |
|
template<typename _Tp , typename _Alloc > |
bool | std::operator> (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) |
|
template<typename _Tp , typename _Alloc > |
bool | std::operator>= (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) |
|
template<typename _Tp , typename _Alloc > |
void | std::swap (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &__y) noexcept(/*conditional */) |
|
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <list>.
Definition in file stl_list.h.