libstdc++
debug/deque File Reference

Go to the source code of this file.

Classes

class  std::__debug::deque< _Tp, _Allocator >
 

Namespaces

namespace  std
 
namespace  std::__debug
 

Macros

#define _GLIBCXX_DEBUG_DEQUE
 

Functions

template<typename _InputIterator , typename _ValT = typename iterator_traits<_InputIterator>::value_type, typename _Allocator = allocator<_ValT>, typename = _RequireInputIter<_InputIterator>, typename = _RequireAllocator<_Allocator>>
 std::__debug::deque (_InputIterator, _InputIterator, _Allocator=_Allocator()) -> deque< _ValT, _Allocator >
 
template<typename _Tp , typename _Allocator = allocator<_Tp>, typename = _RequireAllocator<_Allocator>>
 std::__debug::deque (size_t, _Tp, _Allocator=_Allocator()) -> deque< _Tp, _Allocator >
 
template<typename _Tp , typename _Alloc >
bool std::__debug::operator!= (const deque< _Tp, _Alloc > &__lhs, const deque< _Tp, _Alloc > &__rhs)
 
template<typename _Tp , typename _Alloc >
bool std::__debug::operator< (const deque< _Tp, _Alloc > &__lhs, const deque< _Tp, _Alloc > &__rhs)
 
template<typename _Tp , typename _Alloc >
bool std::__debug::operator<= (const deque< _Tp, _Alloc > &__lhs, const deque< _Tp, _Alloc > &__rhs)
 
template<typename _Tp , typename _Alloc >
bool std::__debug::operator== (const deque< _Tp, _Alloc > &__lhs, const deque< _Tp, _Alloc > &__rhs)
 
template<typename _Tp , typename _Alloc >
bool std::__debug::operator> (const deque< _Tp, _Alloc > &__lhs, const deque< _Tp, _Alloc > &__rhs)
 
template<typename _Tp , typename _Alloc >
bool std::__debug::operator>= (const deque< _Tp, _Alloc > &__lhs, const deque< _Tp, _Alloc > &__rhs)
 
template<typename _Tp , typename _Alloc >
void std::__debug::swap (deque< _Tp, _Alloc > &__lhs, deque< _Tp, _Alloc > &__rhs) noexcept(/*conditional */)
 

Detailed Description

This file is a GNU debug extension to the Standard C++ Library.

Definition in file debug/deque.

Macro Definition Documentation

◆ _GLIBCXX_DEBUG_DEQUE

#define _GLIBCXX_DEBUG_DEQUE

Definition at line 30 of file debug/deque.